summaryrefslogtreecommitdiff
path: root/src/data.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/data.h')
-rw-r--r--src/data.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/data.h b/src/data.h
index da10642..d893873 100644
--- a/src/data.h
+++ b/src/data.h
@@ -42,6 +42,10 @@ struct rp_window
int state;
int last_access;
int named;
+
+ /* Dimensions */
+ int x, y, width, height, border;
+
rp_window *next, *prev;
};