mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 16:16:43 +00:00
WindowServer: Put the desktop background color in a member.
This commit is contained in:
parent
623847cf6d
commit
c6b7b92625
Notes:
sideshowbarker
2024-07-19 15:57:17 +09:00
Author: https://github.com/awesomekling
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