Skip to content

Commit

Permalink
TODO refinement.
Browse files Browse the repository at this point in the history
  • Loading branch information
andlabs committed Apr 14, 2015
1 parent 8fdb9da commit 300e28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion new/stack.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

// TODO
// - rename to uiBox
// - adding and removing doesn't take effect immediately on windows; I have to resize first
// - on windows, removing a control from one stack and adding it to another doesn't actually move the control (just removing it works though, so...)

typedef struct stack stack;
typedef struct stackControl stackControl;
Expand Down

0 comments on commit 300e28b

Please sign in to comment.