From: Anselm R Garbe Date: Tue, 18 Aug 2009 14:59:38 +0000 (+0100) Subject: another small optimisation X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=0a668922a4de625d128a362d102844e33e36ae1c another small optimisation --- diff --git a/dwm.c b/dwm.c index f63a1c0..f7e9e84 100644 --- a/dwm.c +++ b/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); } } }