diff --git a/System/Libraries/Gui.HC b/System/Libraries/Gui.HC index 0c8c68f..7bdd309 100644 --- a/System/Libraries/Gui.HC +++ b/System/Libraries/Gui.HC @@ -54,6 +54,7 @@ class Widget { I64 height; I64 opacity; U64 flags; + U64 data; U8* tag; Widget* echo; Window* parent_win;