WindowServer: Put the desktop background color in a member.

This commit is contained in:
Andreas Kling 2019-01-25 03:48:50 +01:00
commit c6b7b92625
Notes: sideshowbarker 2024-07-19 15:57:17 +09:00
2 changed files with 3 additions and 5 deletions

View file

@ -56,12 +56,11 @@ private:
WSScreen& m_screen;
Rect m_screen_rect;
Color m_background_color;
Color m_active_window_border_color;
Color m_active_window_title_color;
Color m_inactive_window_border_color;
Color m_inactive_window_title_color;
Color m_dragging_window_border_color;
Color m_dragging_window_title_color;