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

@@ -43,6 +43,7 @@ class CMonitor {
bool noFrameSchedule = false;
bool scheduledRecalc = false;
wl_output_transform transform = WL_OUTPUT_TRANSFORM_NORMAL;
bool gammaChanged = false;
bool dpmsStatus = true;
bool vrrActive = false; // this can be TRUE even if VRR is not active in the case that this display does not support it.