diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-14 09:46:24 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-14 09:46:24 -0400 |
| commit | 689e9c71011e2bfcd2ad1d05f19077ed9937a8a1 (patch) | |
| tree | 456bc81570d7dfb876857853eb8659540a3fe0de /new | |
| parent | 120a1e852472a056b1f1c7293716bc7b015f46de (diff) | |
More TODOs.
Diffstat (limited to 'new')
| -rw-r--r-- | new/stack.c | 3 |
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; |
