compositor: refactor class member vars (#10141)
This commit is contained in:
parent
3577a6be31
commit
241a4935a2
68 changed files with 751 additions and 756 deletions
|
|
@ -8,7 +8,7 @@ CXWayland::CXWayland(const bool wantsEnabled) {
|
|||
// Disable Xwayland and clean up if the user disabled it.
|
||||
if (!wantsEnabled) {
|
||||
Debug::log(LOG, "XWayland has been disabled, cleaning up...");
|
||||
for (auto& w : g_pCompositor->m_vWindows) {
|
||||
for (auto& w : g_pCompositor->m_windows) {
|
||||
if (!w->m_bIsX11)
|
||||
continue;
|
||||
g_pCompositor->closeWindow(w);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue