1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:27:45 +00:00

WindowServer: Move window geometry label into the tile overlay area

This moves the window geometry overlay into the center of the
tile window overlay when it's visible or when it moves.
This commit is contained in:
Tom 2023-04-03 21:43:27 -06:00 committed by Linus Groh
parent fe54a0ca27
commit 5a73691fe9
4 changed files with 97 additions and 4 deletions

View file

@ -340,6 +340,7 @@ public:
u8 last_processed_buttons() { return m_last_processed_buttons; }
TileWindowOverlay* get_tile_window_overlay(Window&) const;
void start_tile_window_animation(Gfx::IntRect const&);
void stop_tile_window_animation();