hi all,

in an xlib app i'm using ResizeRequest events to figure out when the
user has changed the window size and then repaint the contents. 
(the contents of the window are scaled down to fit its current size, something like 
zoom-in and zoom-out). While
playing with the redraw code i noticed that when i resize the window
to its original size, the app doesn't receive any ResizeRequest messages. Only expose 
events are sent, and my app of course doesn't redraw the contents appropiately for the 
new (original) size

is this normal behavior? if yes, which event(s) do i need to listen for in order to 
know that the window is back to its original size?

thanks in advance,
ricardo
_______________________________________________
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel

Reply via email to