mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-09 00:21:56 -07:00
layers
This commit is contained in:
@@ -22,7 +22,7 @@ struct SMonitor {
|
||||
wlr_output* output = nullptr;
|
||||
|
||||
// Double-linked list because we need to have constant mem addresses for signals
|
||||
std::list<SLayerSurface> m_lLayerSurfaces;
|
||||
std::array<std::list<SLayerSurface>,4> m_aLayerSurfaceLists;
|
||||
|
||||
DYNLISTENER(monitorFrame);
|
||||
DYNLISTENER(monitorDestroy);
|
||||
|
Reference in New Issue
Block a user