wlr-output-power: move to new impl

This commit is contained in:
Vaxry
2024-04-29 01:28:26 +01:00
parent a5a6480917
commit 33e0bb1478
13 changed files with 143 additions and 28 deletions

View File

@@ -133,6 +133,8 @@ class CMonitor {
CSignal destroy;
CSignal connect;
CSignal disconnect;
CSignal dpmsChanged;
CSignal modeChanged;
} events;
std::array<std::vector<std::unique_ptr<SLayerSurface>>, 4> m_aLayerSurfaceLayers;