summaryrefslogtreecommitdiff
path: root/new/stack.c
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-04-14 10:44:00 -0400
committerPietro Gagliardi <[email protected]>2015-04-14 10:44:00 -0400
commit8fdb9da92b91125609f0fdfa0a410342c45910d8 (patch)
tree868cef8ccb5840c34b769b45f2969a71dcfd53c5 /new/stack.c
parentbbc170ac49fe396aac688959381505e515553c2b (diff)
More TODOs.
Diffstat (limited to 'new/stack.c')
-rw-r--r--new/stack.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/new/stack.c b/new/stack.c
index 480b2f0..010b507 100644
--- a/new/stack.c
+++ b/new/stack.c
@@ -3,6 +3,7 @@
// TODO
// - rename to uiBox
+// - adding and removing doesn't take effect immediately on windows; I have to resize first
typedef struct stack stack;
typedef struct stackControl stackControl;