another small optimisation

keyboard
Anselm R Garbe 15 years ago
parent 5762964232
commit 0a668922a4
  1. 2
      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)
drawbars();
drawbar(c->mon);
}
}
}

Loading…
Cancel
Save