diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-14 12:36:39 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-14 12:36:39 -0400 |
| commit | 300e28be551c91422a2a4fa7e828046505e74a76 (patch) | |
| tree | 599506bd1ddfcd3c81c7ccf1b77d54ded4a819aa /new/stack.c | |
| parent | 8fdb9da92b91125609f0fdfa0a410342c45910d8 (diff) | |
TODO refinement.
Diffstat (limited to 'new/stack.c')
| -rw-r--r-- | new/stack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/new/stack.c b/new/stack.c index 010b507..7c1c792 100644 --- a/new/stack.c +++ b/new/stack.c @@ -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; |
