layers
This commit is contained in:
parent
8cc0f35fbb
commit
d615033526
3 changed files with 26 additions and 7 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue