mirror of
https://git.checksum.fail/alec/erythros
synced 2025-12-12 05:59:53 +02:00
System/Libraries/Gui: Add data attribute to Widget class
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user