Commit 0a66892

Anselm R Garbe <garbeam@gmail.com>
2009-08-18 10:59:38
another small optimisation
1 parent 5762964
Changed files (1)
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);
 		}
 	}
 }