tag.c
changeset 143 36cabfe408cd
parent 142 9b9deafa0508
child 144 e61447a7f249
--- a/tag.c	Tue Aug 01 11:49:19 2006 +0200
+++ b/tag.c	Tue Aug 01 12:32:33 2006 +0200
@@ -67,6 +67,8 @@
 			higher(sel);
 			focus(sel);
 		}
+		else
+			XSetInputFocus(dpy, root, RevertToPointerRoot, CurrentTime);
 	}
 	drawall();
 }
@@ -130,6 +132,8 @@
 			higher(sel);
 			focus(sel);
 		}
+		else
+			XSetInputFocus(dpy, root, RevertToPointerRoot, CurrentTime);
 	}
 	drawall();
 }