TODO refinement.

This commit is contained in:
Pietro Gagliardi 2015-04-14 12:36:39 -04:00
parent b12a02b74d
commit bc4fc15b56
1 changed files with 1 additions and 1 deletions

View File

@ -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;