From 7b5638f61d5c8b5a76bc3f7a5962cb7490da3b6b Mon Sep 17 00:00:00 2001 From: "arg@10ksloc.org" Date: Tue, 1 Aug 2006 12:32:33 +0200 Subject: applied Sanders patches --- tag.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tag.c') diff --git a/tag.c b/tag.c index 13e22af..c42a760 100644 --- a/tag.c +++ b/tag.c @@ -67,6 +67,8 @@ dofloat(Arg *arg) higher(sel); focus(sel); } + else + XSetInputFocus(dpy, root, RevertToPointerRoot, CurrentTime); } drawall(); } @@ -130,6 +132,8 @@ dotile(Arg *arg) higher(sel); focus(sel); } + else + XSetInputFocus(dpy, root, RevertToPointerRoot, CurrentTime); } drawall(); } -- cgit v1.2.3-54-g00ecf