dwm.h
changeset 480 680aca428830
parent 479 de69a7b0c8fa
child 487 be4f90c03582
--- a/dwm.h	Fri Sep 22 11:49:24 2006 +0200
+++ b/dwm.h	Fri Sep 22 13:53:28 2006 +0200
@@ -77,12 +77,13 @@
 	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;