From 68a0ad7f21ba07b93cd63613996e27afd8780f9c Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 21 Mar 2021 00:13:13 +0100 Subject: Added basic shared memory support This will be improved soon. It's very insecure right now. --- libgui/inc/msg.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libgui/inc/msg.h') 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; }; -- cgit v1.2.3