xwm: Don't pass override-redirect surfaces to update_stacking_order*

We shouldn't be sending configures to override-redirect surfaces.

Requires https://github.com/Smithay/smithay/pull/1094 to behave
correctly.
This commit is contained in:
Ian Douglas Scott 2023-08-07 13:52:22 -07:00 committed by Ian Douglas Scott
parent 2729be8542
commit eb182cd170
3 changed files with 4 additions and 12 deletions

View file

@ -80,4 +80,4 @@ debug = true
lto = "fat"
[patch."https://github.com/Smithay/smithay.git"]
smithay = { git = "https://github.com/smithay//smithay", rev = "b77ef9a7ee" }
smithay = { git = "https://github.com/smithay//smithay", rev = "cd2f688a0d" }