[hackers] [dwm] another small optimisation || Anselm R Garbe

From: <hg_AT_suckless.org>
Date: Tue, 18 Aug 2009 14:59:45 +0000 (UTC)

changeset: 1483:63e19dad219c
tag: tip
user: Anselm R Garbe <garbeam_AT_gmail.com>
date: Tue Aug 18 15:59:38 2009 +0100
files: dwm.c
description:
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);
                 }
         }
 }
Received on Tue Aug 18 2009 - 14:59:45 UTC

This archive was generated by hypermail 2.2.0 : Tue Aug 18 2009 - 15:00:09 UTC