aboutsummaryrefslogtreecommitdiff
path: root/libs/libgui/msg.h
diff options
context:
space:
mode:
authorMarvin Borner2021-05-21 15:25:42 +0200
committerMarvin Borner2021-05-21 15:25:42 +0200
commita69af1e2cc219f2f4010a6231dd32416a18437f2 (patch)
tree822571c69cc924adff0ec2c98c88f7bf928b43d5 /libs/libgui/msg.h
parent5c27101d27a6fe9005ce4b95075d1dea5117d190 (diff)
Major GUI refactoring
Diffstat (limited to 'libs/libgui/msg.h')
-rw-r--r--libs/libgui/msg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/libgui/msg.h b/libs/libgui/msg.h
index 857042c..b29d0c8 100644
--- a/libs/libgui/msg.h
+++ b/libs/libgui/msg.h
@@ -35,6 +35,9 @@ struct message_new_window {
struct message_header header;
u32 id;
u32 shid;
+ vec2 off;
+ vec2 size;
+ vec2 pos;
struct context ctx;
};