[hackers] [dwm] status needs update even in togglemax() - since we got an indicator for this

From: Anselm R. Garbe <arg_AT_suckless.org>
Date: Thu Feb 22 10:59:51 2007

changeset: 819:21562c2567a6
tag: tip
user: Anselm R. Garbe <arg_AT_suckless.org>
date: Thu Feb 22 10:59:42 2007 +0100
summary: status needs update even in togglemax() - since we got an indicator for this

diff -r 013954d9fe7a -r 21562c2567a6 layout.c
--- a/layout.c Thu Feb 22 10:57:19 2007 +0100
+++ b/layout.c Thu Feb 22 10:59:42 2007 +0100
@@ -206,6 +206,7 @@ togglemax(Arg arg) {
         }
         else
                 resize(sel, sel->rx, sel->ry, sel->rw, sel->rh, True);
+ drawstatus();
         while(XCheckMaskEvent(dpy, EnterWindowMask, &ev));
 }
 
Received on Thu Feb 22 2007 - 10:59:51 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:55:41 UTC