On 16 July 2010 11:22, Tuukka Kataja <[email protected]> wrote: > Do correct me if I'm wrong, but I'm not sure that rxvt-unicode should > expect to get MapNotify events when being embedded. On the other hand I'm > not sure why under GNOME the MapNotify is received but not under scrotwm. > Maybe someone with more knowledge on Xlib could enlighten me (I'm familiar > with the scrotwm source so I can go poking there if this is really > scrotwm's fault).
You should always get a MapNotify event when the window is Reparented (and hence, you'll also receive an XReparentEvent). Likely what's happening here is that rxct-unicode isn't selecting on either StructureNotify or SubstructureNotify -- I have neither the time, nor the inclination to look to see if this the case or not. -- Thomas Adam _______________________________________________ rxvt-unicode mailing list [email protected] http://lists.schmorp.de/cgi-bin/mailman/listinfo/rxvt-unicode
