summaryrefslogtreecommitdiff
path: root/new/stack.c
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-04-14 09:46:24 -0400
committerPietro Gagliardi <[email protected]>2015-04-14 09:46:24 -0400
commit689e9c71011e2bfcd2ad1d05f19077ed9937a8a1 (patch)
tree456bc81570d7dfb876857853eb8659540a3fe0de /new/stack.c
parent120a1e852472a056b1f1c7293716bc7b015f46de (diff)
More TODOs.
Diffstat (limited to 'new/stack.c')
-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;