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:
parent
fe54a0ca27
commit
5a73691fe9
4 changed files with 97 additions and 4 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue