mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:57:44 +00:00
WindowServer: Use the system theme for the fallback window background
When filling in some missing part of a window (typically happens during interactive window resize) we now use the ColorRole::Background from the system theme palette instead of expecting the clients to send us the same information when creating windows.
This commit is contained in:
parent
fd06164fa0
commit
159289af03
5 changed files with 2 additions and 9 deletions
|
@ -24,7 +24,6 @@ endpoint WindowServer = 2
|
|||
bool fullscreen,
|
||||
bool show_titlebar,
|
||||
float opacity,
|
||||
Color background_color,
|
||||
Size base_size,
|
||||
Size size_increment,
|
||||
i32 type,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue