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
|
|
@ -41,7 +41,7 @@ CForeignToplevelHandleWlr::CForeignToplevelHandleWlr(SP<CZwlrForeignToplevelHand
|
|||
}
|
||||
|
||||
if (output) {
|
||||
const auto wpMonitor = CWLOutputResource::fromResource(output)->monitor;
|
||||
const auto wpMonitor = CWLOutputResource::fromResource(output)->m_monitor;
|
||||
|
||||
if (!wpMonitor.expired()) {
|
||||
const auto monitor = wpMonitor.lock();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue