Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
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);