Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
another small optimisation
[dwm.git]
/
dwm.c
diff --git
a/dwm.c
b/dwm.c
index
f63a1c0
..
f7e9e84
100644
(file)
--- a/
dwm.c
+++ b/
dwm.c
@@
-1236,7
+1236,7
@@
propertynotify(XEvent *e) {
if(ev->atom == XA_WM_NAME || ev->atom == netatom[NetWMName]) {
updatetitle(c);
if(c == c->mon->sel)
- drawbar
s(
);
+ drawbar
(c->mon
);
}
}
}