mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:57:44 +00:00
WindowServer: Put the desktop background color in a member.
This commit is contained in:
parent
623847cf6d
commit
c6b7b92625
2 changed files with 3 additions and 5 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue