mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 22:37:36 +00:00
WindowServer: Allow different shadows for active/inactive windows
Also allow specifying different shadows for the task and menu bar.
This commit is contained in:
parent
8c694ed6eb
commit
cf1c159ed5
10 changed files with 41 additions and 12 deletions
|
@ -82,9 +82,10 @@ public:
|
|||
return true;
|
||||
}
|
||||
|
||||
void set_dirty()
|
||||
void set_dirty(bool re_render_shadow = false)
|
||||
{
|
||||
m_dirty = true;
|
||||
m_shadow_dirty |= re_render_shadow;
|
||||
}
|
||||
|
||||
void theme_changed()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue