gamma: use wlr's new gamma manager event
This commit is contained in:
parent
f0e4f6622e
commit
fbabb105c3
6 changed files with 43 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue