Ver Fonte

another small optimisation

Anselm R Garbe há 16 anos atrás
pai
commit
0a668922a4
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      dwm.c

+ 1 - 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);
 		}
 	}
 }