http://bugs.winehq.org/show_bug.cgi?id=26736
--- Comment #7 from ray@pobox.co.uk 2011-04-12 13:18:12 CDT ---
It's already fixed in the sense that if you resize the window through Wine, for instance in desktop mode, you get the messages. When the window manager resizes the window we don't get any notice of that fact, so there's no way we can send the messages.
OK about getting the messages when I disable window manager control, but when I do this I don't seem able to get Linux windows to be above Wine windows in the Z order.
Given the WM_WINDOWPOSCHANGED arrives and the program has not requested a size change would it be possible to infer window manager has changed the size and action the delivery of WM_ENTERSIZEMOVE, WM_SIZING and WM_EXITSIZEMOVE messages?