protocols: refactor class member vars (core) (#10259)
This commit is contained in:
parent
0c736217a7
commit
d9cad5e1b6
57 changed files with 1160 additions and 1158 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue