From a69af1e2cc219f2f4010a6231dd32416a18437f2 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 21 May 2021 15:25:42 +0200 Subject: Major GUI refactoring --- libs/libgui/msg.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libs/libgui/msg.h') 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; }; -- cgit v1.2.3