Re: [PATCH 1/2] user32: convert screen coordinates for send WM_SIZING message (resend)

2010-04-29 Thread Alexandre Julliard
rent, ++p ); > +converted = TRUE; > +} > + > /* determine the hit location */ > if (hittest >= HTLEFT && hittest <= HTBOTTOMRIGHT) > wpSizingHit = WMSZ_LEFT + (hittest - HTLE

Re: WM_SIZING

2005-11-02 Thread Robert Shearman
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

WM_SIZING

2005-10-26 Thread Rob D
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? The only other major issu