diff options
author | Marvin Borner | 2021-05-21 15:25:42 +0200 |
---|---|---|
committer | Marvin Borner | 2021-05-21 15:25:42 +0200 |
commit | a69af1e2cc219f2f4010a6231dd32416a18437f2 (patch) | |
tree | 822571c69cc924adff0ec2c98c88f7bf928b43d5 /libs/libgui/msg.h | |
parent | 5c27101d27a6fe9005ce4b95075d1dea5117d190 (diff) |
Major GUI refactoring
Diffstat (limited to 'libs/libgui/msg.h')
-rw-r--r-- | libs/libgui/msg.h | 3 |
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; }; |