Introduction
Introduction Statistics Contact Development Disclaimer Help
tfixed exit condition in togglemax() - dwm - [fork] customized build of dwm, th…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 92105e7862822f5c884367c4cb62c0464ee8e636
parent 6ee9f1345760f320dd76c713754ba2a70669bedd
Author: Anselm R. Garbe <[email protected]>
Date: Thu, 22 Feb 2007 08:08:36 +0100
fixed exit condition in togglemax()
Diffstat:
M layout.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/layout.c b/layout.c
t@@ -195,7 +195,7 @@ void
togglemax(Arg arg) {
XEvent ev;
- if(!sel || !sel->isversatile || sel->isfixed || lt->arrange != versati…
+ if(!sel || (lt->arrange != versatile && !sel->isversatile) || sel->isf…
return;
if((sel->ismax = !sel->ismax)) {
sel->rx = sel->x;
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.