1
Fork 0
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:
Andreas Kling 2019-04-09 17:17:30 +02:00
parent 4c0f586f2b
commit 1ab99903af
2 changed files with 14 additions and 0 deletions

View file

@ -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 };