helpers: refactor class member vars (#10218)
This commit is contained in:
parent
b8a204c21d
commit
50e1bec85f
63 changed files with 1770 additions and 1769 deletions
|
|
@ -196,7 +196,7 @@ CXDGToplevelResource::CXDGToplevelResource(SP<CXdgToplevel> resource_, SP<CXDGSu
|
|||
resource->setSetFullscreen([this](CXdgToplevel* r, wl_resource* output) {
|
||||
if (output)
|
||||
if (const auto PM = CWLOutputResource::fromResource(output)->monitor; PM)
|
||||
state.requestsFullscreenMonitor = PM->ID;
|
||||
state.requestsFullscreenMonitor = PM->m_id;
|
||||
|
||||
state.requestsFullscreen = true;
|
||||
events.stateChanged.emit();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue