another small optimisation 0a668922
Anselm R Garbe · 2009-08-18 15:59 1 file(s) · +1 −1
dwm.c +1 −1
1236 1236
		if(ev->atom == XA_WM_NAME || ev->atom == netatom[NetWMName]) {
1237 1237
			updatetitle(c);
1238 1238
			if(c == c->mon->sel)
1239 -
				drawbars();
1239 +
				drawbar(c->mon);
1240 1240
		}
1241 1241
	}
1242 1242
}