another small optimisation - dwm - dynamic window manager
 (HTM) git clone https://git.parazyd.org/dwm
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 0a668922a4de625d128a362d102844e33e36ae1c
 (DIR) parent 57629642321b9850edddf068ac9ddf8737979390
 (HTM) Author: Anselm R Garbe <garbeam@gmail.com>
       Date:   Tue, 18 Aug 2009 15:59:38 +0100
       
       another small optimisation
       Diffstat:
         M dwm.c                               |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git 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);
                        }
                }
        }