about summary refs log tree commit diff stats
path: root/dwm.h
diff options
context:
space:
mode:
Diffstat (limited to 'dwm.h')
-rw-r--r--dwm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/dwm.h b/dwm.h
index 2298369..178aab8 100644
--- a/dwm.h
+++ b/dwm.h
@@ -77,12 +77,13 @@ struct Client {
 	char name[256];
 	int proto;
 	int x, y, w, h;
+	int rx, ry, rw, rh; /* revert geometry */
 	int tx, ty, tw, th; /* title window geometry */
 	int basew, baseh, incw, inch, maxw, maxh, minw, minh;
 	int grav;
 	long flags; 
 	unsigned int border, weight;
-	Bool isfloat;
+	Bool isfloat, ismax;
 	Bool *tags;
 	Client *next;
 	Client *prev;
suckless/dwm/commit/config.mk?h=5.8.1&id=1076f2b6b3d3751d5d5db6fcb9ac8c247e04e893'>1076f2b
14f7380 ^
f22d047 ^
1076f2b
7b5638f ^
f22d047 ^
39d1ecd ^



d7e1708 ^
71fd06f ^


71fd06f ^
95766d6 ^
1076f2b
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