mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 15:17:46 +00:00
WindowServer: Recompute occlusions when changing window's alpha channel
Fixes #4845
This commit is contained in:
parent
c2de22a635
commit
7e06afb822
3 changed files with 12 additions and 2 deletions
|
@ -219,7 +219,7 @@ public:
|
|||
bool global_cursor_tracking() const { return m_global_cursor_tracking_enabled || m_automatic_cursor_tracking_enabled; }
|
||||
|
||||
bool has_alpha_channel() const { return m_has_alpha_channel; }
|
||||
void set_has_alpha_channel(bool value) { m_has_alpha_channel = value; }
|
||||
void set_has_alpha_channel(bool value);
|
||||
|
||||
Gfx::IntSize size_increment() const { return m_size_increment; }
|
||||
void set_size_increment(const Gfx::IntSize& increment) { m_size_increment = increment; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue