summaryrefslogtreecommitdiff
path: root/new
diff options
context:
space:
mode:
Diffstat (limited to 'new')
-rw-r--r--new/stack.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/new/stack.c b/new/stack.c
index ede49d3..3850a63 100644
--- a/new/stack.c
+++ b/new/stack.c
@@ -1,6 +1,9 @@
// 7 april 2015
#include "uipriv.h"
+// TODO
+// - rename to uiBox
+
typedef struct stack stack;
typedef struct stackControl stackControl;