JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
applied sumik's multihead patch
[dwm.git] / draw.c
diff --git a/draw.c b/draw.c
index 5d19bfb..869c2f2 100644 (file)
--- 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);