http://bugs.winehq.org/show_bug.cgi?id=29371
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #10 from Dmitry Timoshkov dmitry@baikal.ru 2011-12-22 03:40:17 CST --- (In reply to comment #9)
If you want the window to be unredirected in Mutter 3.2 you have to flag it as fullscreen And override-redirect.
Asking clients to mark its windows as override-redirect as an easy way for WM developers to move all the burden to some other's shoulders. Override-redirect should be avoided as much as possible in reality if an application needs real support from a WM.