GNOME Bugzilla – Bug 696053
Tile previews are shown above the focus window
Last modified: 2013-03-18 15:21:43 UTC
This is a regression from moving override-redirect windows to a separate window group, see patch.
Created attachment 239118 [details] [review] window: Force NORMAL layer for tile preview The tile preview is expected to be shown underneath the focus window. However the code that restacks the preview broke when override-redirect windows were moved to a separate window group. To fix, special-case tile previews to put them in the NORMAL layer.
Review of attachment 239118 [details] [review]: Looks good
Attachment 239118 [details] pushed as 884ab60 - window: Force NORMAL layer for tile preview