WM_SIZING

Robert Shearman rob at codeweavers.com
Wed Nov 2 11:40:15 CST 2005


Rob D wrote:

> There were a couple other things that were slightly different on Wine 
> than Windows, and were easily fixed or reworked. The only thing that 
> is not easily work-around-able, is that it seems that there are no 
> WM_SIZING messages sent when running on Wine. WM_SIZE messages are 
> sent just fine, but not a single WM_SIZING, ever. This is a major 
> problem.
>
> Is this a known issue or something that needs extra setup to work?


Unfortunately, it is one of the features that we can't implement 
properly because of differences with the X11 protocol as opposed to 
Windows. Window managers don't notify windows when a user resizes it by 
dragging the window borders, so we can't send an appropriate message. I 
bet your app will get the messages, however, when running in desktop mode.

-- 
Rob Shearman




More information about the wine-devel mailing list