[hackers] [dwm] applied Szabolcs proposal for zoom() as well

From: Anselm R. Garbe <arg_AT_suckless.org>
Date: Tue May 22 11:33:37 2007

changeset: 892:42bf8e618d52
tag: tip
user: Anselm R. Garbe <arg_AT_suckless.org>
date: Tue May 22 11:29:59 2007 +0200
summary: applied Szabolcs proposal for zoom() as well

diff -r b940ac76c22f -r 42bf8e618d52 layout.c
--- a/layout.c Tue May 22 11:29:04 2007 +0200
+++ b/layout.c Tue May 22 11:29:59 2007 +0200
@@ -247,7 +247,7 @@ zoom(const char *arg) {
 zoom(const char *arg) {
         Client *c;
 
- if(!sel || lt->arrange != tile || sel->isfloating)
+ if(!sel || lt->arrange == floating || sel->isfloating)
                 return;
         if((c = sel) == nexttiled(clients))
                 if(!(c = nexttiled(c->next)))
Received on Tue May 22 2007 - 11:33:37 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:56:45 UTC