Mercurial > dwm-meillo
diff tag.c @ 143:36cabfe408cd
applied Sanders patches
author | arg@10ksloc.org |
---|---|
date | Tue, 01 Aug 2006 12:32:33 +0200 |
parents | 9b9deafa0508 |
children | e61447a7f249 |
line wrap: on
line diff
--- 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(); }