diff options
author | Marvin Borner | 2021-03-28 14:01:53 +0200 |
---|---|---|
committer | Marvin Borner | 2021-03-28 14:01:53 +0200 |
commit | 60750501da4eb0c020e971b45ae3a964c903e12d (patch) | |
tree | fc95ff546a7acaa22327bd27dc098230f820c531 /libs/libgui/msg.h | |
parent | ba2c07447ba1278d8ad38ca58a8ae94c82d2d008 (diff) |
Fun with widgets
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; |