[Bug 46502] Windows events WM_ENTERSIZEMOVE, WM_EXITSIZEMOVE are not sent

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Jan 24 13:05:55 CST 2019


https://bugs.winehq.org/show_bug.cgi?id=46502

Alexandre Julliard <julliard at winehq.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WONTFIX
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #7 from Alexandre Julliard <julliard at 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.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list