comparison dwm.h @ 631:d6fbb669fef2

removed Client->grav
author arg@mig29
date Tue, 12 Dec 2006 19:14:38 +0100
parents 264f02dd2ad0
children 226ef912c093
comparison
equal deleted inserted replaced
630:264f02dd2ad0 631:d6fbb669fef2
78 int proto; 78 int proto;
79 int x, y, w, h; 79 int x, y, w, h;
80 int rx, ry, rw, rh; /* revert geometry */ 80 int rx, ry, rw, rh; /* revert geometry */
81 int tx, ty, tw, th; /* title window geometry */ 81 int tx, ty, tw, th; /* title window geometry */
82 int basew, baseh, incw, inch, maxw, maxh, minw, minh; 82 int basew, baseh, incw, inch, maxw, maxh, minw, minh;
83 int grav;
84 long flags; 83 long flags;
85 unsigned int border; 84 unsigned int border;
86 Bool isfloat, isfixed, ismax; 85 Bool isfloat, isfixed, ismax;
87 Bool *tags; 86 Bool *tags;
88 Client *next; 87 Client *next;