1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 05:57:44 +00:00

WSWindowManager: Minor style fixes.

This commit is contained in:
Andreas Kling 2019-01-19 14:33:59 +01:00
parent 102a5add16
commit b413e234e1
2 changed files with 40 additions and 40 deletions

View file

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