about summary refs log tree commit diff stats
path: root/dwm.h
diff options
context:
space:
mode:
authorarg@mmvi <unknown>2006-09-22 13:53:28 +0200
committerarg@mmvi <unknown>2006-09-22 13:53:28 +0200
commit346bdea946887d83f857a8944a0189bca51a3e47 (patch)
tree2e8a502e745df40c6042ea4e58dc5872c950a8f8 /dwm.h
parent05c10c5776738fdfe73c1e66e14c869e2e5e338d (diff)
downloaddwm-346bdea946887d83f857a8944a0189bca51a3e47.tar.gz
small change to achieve Jukka's last proposal
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;