support wlr-output-power-management

This commit is contained in:
vaxerski
2022-07-30 22:41:24 +02:00
parent 4211b37e22
commit f96b611651
7 changed files with 158 additions and 1 deletions

View File

@@ -130,4 +130,7 @@ namespace Events {
LISTENER(pinchBegin);
LISTENER(pinchUpdate);
LISTENER(pinchEnd);
// Power
LISTENER(powerMgrSetMode);
};