summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui.h b/gui.h
index 5b3063b..59d8010 100644
--- a/gui.h
+++ b/gui.h
@@ -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;