mirror of
https://github.com/hyprwm/Hyprland
synced 2025-12-25 01:50:05 +01:00
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) {
|
||||
if (!PROTO::foreignToplevel->windowValidForForeign(w))
|
||||
return;
|
||||
continue;
|
||||
|
||||
onMap(w);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue