mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-01 07:52:50 +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
Notes:
sideshowbarker
2024-07-19 10:36:56 +09:00
Author: https://github.com/awesomekling
Commit: 159289af03
5 changed files with 2 additions and 9 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue