diff options
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; }; |