Browse Source

another small optimisation

master
Anselm R Garbe 15 years ago
parent
commit
0a668922a4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dwm.c

+ 1
- 1
dwm.c View File

@ -1236,7 +1236,7 @@ propertynotify(XEvent *e) {
if(ev->atom == XA_WM_NAME || ev->atom == netatom[NetWMName]) {
updatetitle(c);
if(c == c->mon->sel)
drawbars();
drawbar(c->mon);
}
}
}


Loading…
Cancel
Save