> When changing the size you get a ConfigureNotify event. See the
> man page for XConfigureEvent.
Ok, I have looked at XConfigureEvent and it seems that it contains much
more events than I need (moving, resizing etc.). Basicly, I only need
resizing, so I used an ResizeRequest event.
But I got a weird behaviour:
Test1:
- ran the program
- maximizing the window generated a correct ResizeRequest event
- minimizing didn't generate a ResizeRequest event
Test2:
- ran the program again
- resized the window first (by dragging one of corners)
- maximizing the window generated a correct ResizeRequest event
- minimizing also generated a correct ResizeRequest event
Now, I'm puzzled. Why didn't I get a ResizeRequest event when minimizing
in the first case?
Dany.
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert