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:
Andreas Kling 2019-12-27 13:27:02 +01:00
parent fd06164fa0
commit 159289af03
Notes: sideshowbarker 2024-07-19 10:36:56 +09:00
5 changed files with 2 additions and 9 deletions

View file

@ -65,7 +65,6 @@ void GWindow::show()
m_fullscreen,
m_show_titlebar,
m_opacity_when_windowless,
m_background_color,
m_base_size,
m_size_increment,
(i32)m_window_type,