aboutsummaryrefslogtreecommitdiff
path: root/libs/libgui/msg.h
diff options
context:
space:
mode:
authorMarvin Borner2021-05-23 23:19:26 +0200
committerMarvin Borner2021-05-23 23:19:26 +0200
commitcf1a6ed2998eb22b112f233d65975c27fa5ced5b (patch)
treed78e63704219a49657c6f3029d071ce746c6f932 /libs/libgui/msg.h
parent577b4f989020be27885bcd846e3c49843aa69c08 (diff)
Added title to app bar
Diffstat (limited to 'libs/libgui/msg.h')
-rw-r--r--libs/libgui/msg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/libgui/msg.h b/libs/libgui/msg.h
index 71491c4..2684ab3 100644
--- a/libs/libgui/msg.h
+++ b/libs/libgui/msg.h
@@ -34,12 +34,13 @@ struct message_ping_window {
struct message_new_window {
struct message_header header;
+ char name[64];
u32 id;
u32 shid;
vec2 off;
vec2 size;
vec2 pos;
- struct context ctx;
+ struct gfx_context ctx;
};
struct message_redraw_window {