protocols: add hyprland_surface_v1 implementation (#8877)
This commit is contained in:
parent
9f3c9ac01a
commit
dde3e082c9
11 changed files with 192 additions and 15 deletions
|
|
@ -86,6 +86,9 @@ class CWLSurface {
|
|||
// used by the alpha-modifier protocol
|
||||
float m_pAlphaModifier = 1.F;
|
||||
|
||||
// used by the hyprland-surface protocol
|
||||
float m_fOverallOpacity = 1.F;
|
||||
|
||||
struct {
|
||||
CSignal destroy;
|
||||
} events;
|
||||
|
|
@ -116,4 +119,4 @@ class CWLSurface {
|
|||
} listeners;
|
||||
|
||||
friend class CPointerConstraint;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue