protocols: add hyprland_surface_v1.set_visible_region implementation (#9120)
This commit is contained in:
parent
1a0a22ad03
commit
465cf66df1
9 changed files with 96 additions and 8 deletions
|
|
@ -87,7 +87,8 @@ class CWLSurface {
|
|||
float m_fAlphaModifier = 1.F;
|
||||
|
||||
// used by the hyprland-surface protocol
|
||||
float m_fOverallOpacity = 1.F;
|
||||
float m_fOverallOpacity = 1.F;
|
||||
CRegion m_visibleRegion;
|
||||
|
||||
struct {
|
||||
CSignal destroy;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue