diff options
Diffstat (limited to 'libgui/inc/msg.h')
-rw-r--r-- | libgui/inc/msg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgui/inc/msg.h b/libgui/inc/msg.h index 7cbfa2c..150c42d 100644 --- a/libgui/inc/msg.h +++ b/libgui/inc/msg.h @@ -20,6 +20,7 @@ struct message_header { struct message_new_window { struct message_header header; u32 id; + u32 shid; struct context ctx; }; |