System/Libraries/Gui: Add data attribute to Widget class

This commit is contained in:
Alec Murphy 2025-04-10 10:47:37 -04:00
parent 86190d4576
commit 3545113247

View file

@ -54,6 +54,7 @@ class Widget {
I64 height; I64 height;
I64 opacity; I64 opacity;
U64 flags; U64 flags;
U64 data;
U8* tag; U8* tag;
Widget* echo; Widget* echo;
Window* parent_win; Window* parent_win;