mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-04 14:11:59 -07:00
protocols: refactor class member vars (core) (#10259)
This commit is contained in:
@@ -18,7 +18,7 @@ CGammaControl::CGammaControl(SP<CZwlrGammaControlV1> resource_, wl_resource* out
|
||||
return;
|
||||
}
|
||||
|
||||
pMonitor = OUTPUTRES->monitor;
|
||||
pMonitor = OUTPUTRES->m_monitor;
|
||||
|
||||
if UNLIKELY (!pMonitor || !pMonitor->m_output) {
|
||||
LOGM(ERR, "No CMonitor");
|
||||
|
Reference in New Issue
Block a user