[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] WM_REPOSED implementation



> -----Original Message-----
> From: mint-bounce@lists.fishpool.fi
> [mailto:mint-bounce@lists.fishpool.fi]On Behalf Of
> olivier.landemarre@utbm.fr
>
> >   3. Send WM_SIZED first, so that the WM_MOVED doesnt make a difference
> > when apps treat WM_SIZED 'correcly', and avoid configuration variable.
> >
> No you can't try Windom demo, and do it on dialog box in windows,
> it can't work,
> as I already said, because if window is bigger than dialog box,
> after first
> WM_SIZER, Windom will change size to have correct size, then when WM_MOVED
> occur, it not look on size, and put value from gem message, so
> windows size
> will not resize it, and will be too large, so a part of window will not be
> redraw.

Yes, this is a problem. XaAES will have to wait for the application to call
wind_set on the window before it sends WM_MOVED, and then use the new and
correct width and height. I have no idea if this is easy or hard to
implement, as I have absolutely no knowledge of XaAES internals.

Jo Even