mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-09-27 05:38:28 +00:00
subcompositor/renderer: fixup handling of subsurfaces below the main one
some apps (notably vlc 4) place a subsurface below the main surface (which is kinda cursed) but we have to accomodate for that
This commit is contained in:
@@ -35,6 +35,8 @@ class CWLSubsurfaceResource : public ISurfaceRole {
|
||||
|
||||
WP<CWLSubsurfaceResource> self;
|
||||
|
||||
int zIndex = 1; // by default, it's above
|
||||
|
||||
struct {
|
||||
CSignal destroy;
|
||||
} events;
|
||||
|
Reference in New Issue
Block a user