# HG changeset patch # User Anselm R Garbe # Date 1250607578 -3600 # Node ID 63e19dad219cc1490f5492c1110187db4a943c3f # Parent d4137ac1d9408576b2df4595388ca41e7a48cbf3 another small optimisation diff -r d4137ac1d940 -r 63e19dad219c dwm.c --- a/dwm.c Tue Aug 18 15:42:55 2009 +0100 +++ b/dwm.c Tue Aug 18 15:59:38 2009 +0100 @@ -1236,7 +1236,7 @@ if(ev->atom == XA_WM_NAME || ev->atom == netatom[NetWMName]) { updatetitle(c); if(c == c->mon->sel) - drawbars(); + drawbar(c->mon); } } }