client.c
changeset 161 f381e34158d9
parent 159 a5eab6aaf859
child 163 e2e1de08341d
--- a/client.c	Wed Aug 02 11:13:32 2006 +0200
+++ b/client.c	Wed Aug 02 11:28:27 2006 +0200
@@ -230,7 +230,7 @@
 	XGetTransientForHint(dpy, c->win, &trans);
 	twa.override_redirect = 1;
 	twa.background_pixmap = ParentRelative;
-	twa.event_mask = ExposureMask;
+	twa.event_mask = ExposureMask | EnterWindowMask;
 
 	c->title = XCreateWindow(dpy, root, c->tx, c->ty, c->tw, c->th,
 			0, DefaultDepth(dpy, screen), CopyFromParent,