"Daniel Secrieru" <[EMAIL PROTECTED]> writes:
> > When window managers iconize and deiconize windows they usually > > just unmap and map them. See the man page on XMapEvent. > Well, when minimizing/maximizing, the window doesn't neccesarily > disappear/appear (that's what unmap/map events mean, right?), it usually > just shrinks to a minimum size/grows to a maximum size. The older ICCCM does not contain an idea of maximization, but the extended window manager hints spec - http://www.freedesktop.org/wm-spec.html does contain this concept and many window manager now support the extended hints. You'd want to watch from PropertyNotify events on your toplevel for the _NET_WM_STATE property. Regards, Owen _______________________________________________ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert
