about summary refs log tree commit diff stats
path: root/draw.c
diff options
context:
space:
mode:
authorAnselm R.Garbe <arg@10ksloc.org>2006-08-10 11:26:32 +0200
committerAnselm R.Garbe <arg@10ksloc.org>2006-08-10 11:26:32 +0200
commitfde45ebed844c227a17c21d161f60aa55c8b3c41 (patch)
treef6b04697f927569556e82d2c511525bd166db7f1 /draw.c
parent4bd0d33f57c6fb764ef546a9b0ebfcd20ff1df70 (diff)
downloaddwm-fde45ebed844c227a17c21d161f60aa55c8b3c41.tar.gz
applied sumik's multihead patch
Diffstat (limited to 'draw.c')
-rw-r--r--draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/draw.c b/draw.c
index 5d19bfb..869c2f2 100644
--- a/draw.c
+++ b/draw.c
@@ -138,7 +138,7 @@ drawtitle(Client *c)
 	int i;
 	Bool istile = arrange == dotile;
 
-	if(c == sel) {
+	if(c == sel && issel) {
 		drawstatus();
 		XUnmapWindow(dpy, c->title);
 		XSetWindowBorder(dpy, c->win, dc.fg);