xwayland: Add input handling for override redirect windows
This commit is contained in:
parent
0af8d5eb2d
commit
5dfefedb02
4 changed files with 76 additions and 10 deletions
|
|
@ -209,7 +209,7 @@ impl FloatingLayout {
|
|||
}
|
||||
|
||||
pub fn mapped(&self) -> impl Iterator<Item = &CosmicMapped> {
|
||||
self.space.elements()
|
||||
self.space.elements().rev()
|
||||
}
|
||||
|
||||
pub fn windows(&self) -> impl Iterator<Item = CosmicSurface> + '_ {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue