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

Re: [MiNT] WM_REPOSED implementation



On Thu, 2005-12-08 at 22:37 +0100, Odd Skancke wrote:

>  Why is one called MOVED and the other SIZED, you think?

Because if you move a window you can often just blit the contents from
one place to another.  No layout changes need to be done.

If you were resized, your geometry has changed, so you likely need to
redraw everything anyway.  

I don't see any reason not to use the reported information for both
calls, and even use common code to handle them.  See my last message for
example.