about summary refs log tree commit diff stats
path: root/tag.c
diff options
context:
space:
mode:
authorAnselm R.Garbe <arg@10ksloc.org>2006-08-16 17:56:04 +0200
committerAnselm R.Garbe <arg@10ksloc.org>2006-08-16 17:56:04 +0200
commitad2e77d6350b1f43513d052018735d2a8f949d78 (patch)
tree85e55198b8bf2c86f77d926d7e190b211630fd38 /tag.c
parenta20b10d01fab9e844ba7cd2cf694b45f61b89f7c (diff)
downloaddwm-ad2e77d6350b1f43513d052018735d2a8f949d78.tar.gz
fixed issue reported by sander
Diffstat (limited to 'tag.c')
-rw-r--r--tag.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/tag.c b/tag.c
index 841d0fc..cdb0f52 100644
--- a/tag.c
+++ b/tag.c
@@ -49,12 +49,11 @@ dofloat(Arg *arg)
 	}
 	if(!sel || !isvisible(sel))
 		sel = getnext(clients);
-	if(sel) {
+	if(sel)
 		focus(sel);
-		restack();
-	}
 	else
 		XSetInputFocus(dpy, root, RevertToPointerRoot, CurrentTime);
+	restack();
 }
 
 void