commit 0a668922a4de625d128a362d102844e33e36ae1c from: Anselm R Garbe date: Tue Aug 18 14:59:38 2009 UTC another small optimisation commit - 57629642321b9850edddf068ac9ddf8737979390 commit + 0a668922a4de625d128a362d102844e33e36ae1c blob - f63a1c09e1d7b5d92eeb8f32c89a365f1cab88d9 blob + f7e9e8409d0e93d5fcb6cd8e9a253723c47af22b --- dwm.c +++ 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); } } }