mirror of
https://github.com/brl/mutter.git
synced 2025-06-23 13:31:17 +00:00
e3d5bc077d0ee5dc0368f99d22ce352c696644b9

Since commit 6b5cf2e
, we keep override redirect windows on a layer
above regular windows in the clutter actor scene graph. In the X
server, and thus for input purposes, these windows might end up being
stacked below regular windows though, e.g. because a new regular
window is mapped after an OR window.
Fix this disconnect by re-stacking OR windows on top when syncing the
window stack with the compositor.
https://bugzilla.gnome.org/show_bug.cgi?id=780485
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%