[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] WM_REPOSED implementation
On Thu, 2005-12-08 at 09:54 +0100, Olivier Landemarre wrote:
> Hello all
>
> I'm quite surprising of the implementation in XAAES of new message
> WM_REPOSED, I think WM_REPOSED is a very good way to change position and
> size in same time, and I totaly agree with this, because change position
> then change size is some time not very beautifull on screen. But I'm
> quite surprising, that this message is send only if application have
> done a wind_set(WF_OPTS) so for all windows that need support this, this
> is a general message, and more simple for application should to use
> shel_write(SWM_NEWMSG,wisgr,...) with wisgr with bit 1 to 1 if
> WM_REPOSED is support, I 'm going to add this in myaes.
What applications are you guys running that change the size and position
at the same time? When would you ever do this? HOW? I can change the
size of my window or the position, but I'd need a second mouse to do
both at once.