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
|
|
@ -121,7 +121,7 @@ void CVirtualPointerProtocol::bindManager(wl_client* client, void* data, uint32_
|
|||
return;
|
||||
}
|
||||
|
||||
this->onCreatePointer(pMgr, seat, id, RES->monitor);
|
||||
this->onCreatePointer(pMgr, seat, id, RES->m_monitor);
|
||||
} else
|
||||
this->onCreatePointer(pMgr, seat, id, {});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue