From b12a02b74d6b7a35aaac6cd752f4f1a57a2b9612 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 14 Apr 2015 10:44:00 -0400 Subject: [PATCH] More TODOs. --- stack.c | 1 + 1 file changed, 1 insertion(+) diff --git a/stack.c b/stack.c index 480b2f0b..010b5076 100644 --- a/stack.c +++ b/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;