mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:37:35 +00:00
WSWindowManager: Minor style fixes.
This commit is contained in:
parent
102a5add16
commit
b413e234e1
2 changed files with 40 additions and 40 deletions
|
@ -80,13 +80,13 @@ private:
|
|||
|
||||
Rect m_last_cursor_rect;
|
||||
|
||||
unsigned m_recompose_count { 0 };
|
||||
unsigned m_compose_count { 0 };
|
||||
unsigned m_flush_count { 0 };
|
||||
|
||||
RetainPtr<GraphicsBitmap> m_front_bitmap;
|
||||
RetainPtr<GraphicsBitmap> m_back_bitmap;
|
||||
|
||||
Vector<Rect> m_invalidated_rects;
|
||||
Vector<Rect> m_dirty_rects;
|
||||
|
||||
bool m_pending_compose_event { false };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue