rent, ++p );
> +converted = TRUE;
> +}
> +
> /* determine the hit location */
> if (hittest >= HTLEFT && hittest <= HTBOTTOMRIGHT)
> wpSizingHit = WMSZ_LEFT + (hittest - HTLE
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
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