mirror of
https://github.com/pinnacle-comp/pinnacle.git
synced 2024-12-25 09:59:21 +01:00
Update xwayland stacking order properly
This commit is contained in:
parent
5871a2758e
commit
7e03611702
1 changed files with 2 additions and 2 deletions
|
@ -451,8 +451,8 @@ impl Pinnacle {
|
|||
};
|
||||
|
||||
let x11_wins = self
|
||||
.space
|
||||
.elements()
|
||||
.windows
|
||||
.iter()
|
||||
.filter(|win| win.is_on_active_tag())
|
||||
.filter_map(|win| win.x11_surface())
|
||||
.cloned()
|
||||
|
|
Loading…
Reference in a new issue