Introduction
Introduction Statistics Contact Development Disclaimer Help
tapplied Jukkas remark (dunno if this is correct though) - dwm - [fork] customi…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 114cc3ec020ac81bdb16123f4d956d80a531d830
parent 3c4b7672a84f4be9eeba889abda15a33c9b45eb1
Author: arg@mmvi <unknown>
Date: Fri, 22 Sep 2006 16:35:49 +0200
applied Jukkas remark (dunno if this is correct though)
Diffstat:
M view.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/view.c b/view.c
t@@ -112,12 +112,12 @@ dotile(Arg *arg) {
for(i = 0, c = clients; c; c = c->next) {
if(isvisible(c)) {
- if(c->ismax)
- togglemax(c);
if(c->isfloat) {
resize(c, True, TopLeft);
continue;
}
+ if(c->ismax)
+ togglemax(c);
if(n == 1) {
c->x = sx;
c->y = sy + bh;
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.