1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 02:57:44 +00:00

WindowServer: Implement tile window overlay

This adds a tiling mode that will show a tile window overlay rather
than immediately tiling a window, triggering window resizes.
This commit is contained in:
Tom 2023-04-03 21:39:17 -06:00 committed by Linus Groh
parent 035b0f9df6
commit fe54a0ca27
15 changed files with 279 additions and 71 deletions

View file

@ -43,6 +43,8 @@ public:
};
friend class RenderedCache;
static Gfx::IntRect frame_rect_for_window(Window&, Gfx::IntRect const&);
static void reload_config();
explicit WindowFrame(Window&);