From 60750501da4eb0c020e971b45ae3a964c903e12d Mon Sep 17 00:00:00 2001
From: Marvin Borner
Date: Sun, 28 Mar 2021 14:01:53 +0200
Subject: Fun with widgets

---
 libs/libgui/msg.h | 1 +
 1 file changed, 1 insertion(+)

(limited to 'libs/libgui/msg.h')

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;
-- 
cgit v1.2.3