diff options
author | quou <quou@disroot.org> | 2024-08-03 16:37:21 +1000 |
---|---|---|
committer | quou <quou@disroot.org> | 2024-08-03 16:37:21 +1000 |
commit | b2f18b6c47eb15d35b632f36cee0c89207755018 (patch) | |
tree | e20cc635ef4db4951360b01fac20078fcffb5e10 | |
parent | e7278ae98fb95e7e2d79caea2321076ba83918bc (diff) |
Add GUI uptr
-rw-r--r-- | gui.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -59,6 +59,7 @@ typedef struct GUI { const struct App* app; struct Arena* a; GUI_El* first, * prev; + void* uptr; int cursor[2], pad; } GUI; |