aboutsummaryrefslogtreecommitdiffstats
path: root/dwm.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-03-01 12:33:45 +0100
committerAnselm R. Garbe <arg@suckless.org>2007-03-01 12:33:45 +0100
commit9ca5c3b108dbda55c1ac9f068b631911f5685eeb (patch)
tree64eb004da5a376ff0145b4bae2643a373d728e3e /dwm.h
parentbab5b1178dd0a6bfe08e3d658a47b3b5671a93d4 (diff)
downloaddwm-9ca5c3b108dbda55c1ac9f068b631911f5685eeb.tar.zst
some changes to updatesizehints, I don't change the aspect ratio algorithm now - I can't think, it is a mess
Diffstat (limited to 'dwm.h')
-rw-r--r--dwm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm.h b/dwm.h
index 0a259f8..8af071a 100644
--- a/dwm.h
+++ b/dwm.h
@@ -47,7 +47,7 @@ struct Client {
int x, y, w, h;
int rx, ry, rw, rh; /* revert geometry */
int basew, baseh, incw, inch, maxw, maxh, minw, minh;
- int minax, minay, maxax, maxay;
+ int minax, maxax, minay, maxay;
long flags;
unsigned int border;
Bool isbanned, isfixed, ismax, isfloating;