LibGUI: Coalesce update rects at the GWindow level.

This commit is contained in:
Andreas Kling 2019-02-10 14:46:43 +01:00
commit 08322ab8e1
Notes: sideshowbarker 2024-07-19 15:48:01 +09:00
4 changed files with 10 additions and 8 deletions

View file

@ -69,6 +69,7 @@ private:
WeakPtr<GWidget> m_global_cursor_tracking_widget;
Rect m_rect_when_windowless;
String m_title_when_windowless;
Vector<Rect> m_pending_paint_event_rects;
bool m_should_exit_app_on_close { false };
};