https://bugs.winehq.org/show_bug.cgi?id=46502
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|UNCONFIRMED |RESOLVED
--- Comment #7 from Alexandre Julliard julliard@winehq.org --- On Windows, an app can intercept and control most of the window manager's behavior through messages. Under X11 the window manager is in charge, and the app is expected to cope with its decisions. The app can set hints to influence the WM behavior, but it cannot enforce anything.
If your app requires control over the window management, you'll most likely want to rethink the user interaction to make it work correctly under X11. There's simply no way to get the same level of control that you can get under Windows.