Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
new colorscheme (16-bit compliant)
[dwm.git]
/
event.c
diff --git
a/event.c
b/event.c
index
9e83178
..
16201f3
100644
(file)
--- a/
event.c
+++ b/
event.c
@@
-245,7
+245,7
@@
expose(XEvent *e) {
if(ev->count == 0) {
if(barwin == ev->window)
- draw
status
();
+ draw
bar
();
}
}
@@
-322,7
+322,7
@@
propertynotify(XEvent *e) {
if(ev->atom == XA_WM_NAME || ev->atom == netatom[NetWMName]) {
updatetitle(c);
if(c == sel)
- draw
status
();
+ draw
bar
();
}
}
}