diff options
Diffstat (limited to 'libs/libgui/msg.h')
-rw-r--r-- | libs/libgui/msg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/libgui/msg.h b/libs/libgui/msg.h index 7326135..65fc640 100644 --- a/libs/libgui/msg.h +++ b/libs/libgui/msg.h @@ -49,6 +49,7 @@ struct message_destroy_window { struct message_mouse { struct message_header header; + u32 id; vec2 pos; struct { u8 click : 1; |