diff options
author | Marvin Borner | 2021-03-21 00:13:13 +0100 |
---|---|---|
committer | Marvin Borner | 2021-03-21 00:13:13 +0100 |
commit | 68a0ad7f21ba07b93cd63613996e27afd8780f9c (patch) | |
tree | 1fb7ff055743737ab5903d81507ea4732e45e095 /libgui/inc/msg.h | |
parent | 535018ae7247ede06606e4d8aced2d12c761f28f (diff) |
Added basic shared memory support
This will be improved soon. It's very insecure right now.
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; }; |