aboutsummaryrefslogtreecommitdiff
path: root/wm.h
diff options
context:
space:
mode:
Diffstat (limited to 'wm.h')
-rw-r--r--wm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wm.h b/wm.h
index a24b40d..fc07b5c 100644
--- a/wm.h
+++ b/wm.h
@@ -25,6 +25,7 @@ struct Client {
char name[256], tag[256];
int proto;
int x, y, w, h;
+ int tx, ty, tw, th;
int basew, baseh, incw, inch, maxw, maxh, minw, minh;
long flags;
Window win;