xwayland: refactor class member vars (#10312)
* xwayland: refactor class member vars * xwayland: fix pure wayland build
This commit is contained in:
parent
f8bbe5124c
commit
e5df8cdc62
20 changed files with 657 additions and 670 deletions
|
|
@ -218,7 +218,7 @@ pid_t CANRManager::SANRData::getPid() const {
|
|||
}
|
||||
|
||||
if (xwaylandSurface)
|
||||
return xwaylandSurface->pid;
|
||||
return xwaylandSurface->m_pid;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue