gamma: use wlr's new gamma manager event

This commit is contained in:
vaxerski
2023-06-14 13:26:47 +02:00
parent f0e4f6622e
commit fbabb105c3
6 changed files with 43 additions and 1 deletions

View File

@@ -166,4 +166,7 @@ namespace Events {
// Session Lock
LISTENER(newSessionLock);
// Gamma control
LISTENER(setGamma);
};