foreign-toplevel: continue past skipped invalid windows (#11804)
This commit is contained in:
parent
29b103c376
commit
31bd9ec417
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ CForeignToplevelList::CForeignToplevelList(SP<CExtForeignToplevelListV1> resourc
|
||||||
|
|
||||||
for (auto const& w : g_pCompositor->m_windows) {
|
for (auto const& w : g_pCompositor->m_windows) {
|
||||||
if (!PROTO::foreignToplevel->windowValidForForeign(w))
|
if (!PROTO::foreignToplevel->windowValidForForeign(w))
|
||||||
return;
|
continue;
|
||||||
|
|
||||||
onMap(w);
|
onMap(w);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue