mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:07:34 +00:00
WindowServer: Display the window geometry while it's being moved or resized.
This commit is contained in:
parent
4c0f586f2b
commit
1ab99903af
2 changed files with 14 additions and 0 deletions
|
@ -172,6 +172,7 @@ private:
|
|||
ResizeDirection m_resize_direction { ResizeDirection::None };
|
||||
|
||||
Rect m_last_cursor_rect;
|
||||
Rect m_last_geometry_label_rect;
|
||||
|
||||
unsigned m_compose_count { 0 };
|
||||
unsigned m_flush_count { 0 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue