about summary refs log tree commit diff stats
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.gz
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;
author James Booth <boothj5@gmail.com> 2012-02-06 22:29:05 +0000 committer James Booth <boothj5@gmail.com> 2012-02-06 22:29:05 +0000 Moved incoming display message' href='/danisanti/profani-tty/commit/windows.h?id=bbb0fbed4ffe472ef8672acad538cee597bf7e4f'>bbb0fbed ^
bb3878bc ^
e2665944 ^
e2665944 ^
f5013914 ^
134e5d17 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39