More TODOs.
This commit is contained in:
parent
2a13bb50f9
commit
b12a02b74d
1
stack.c
1
stack.c
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
// TODO
|
// TODO
|
||||||
// - rename to uiBox
|
// - rename to uiBox
|
||||||
|
// - adding and removing doesn't take effect immediately on windows; I have to resize first
|
||||||
|
|
||||||
typedef struct stack stack;
|
typedef struct stack stack;
|
||||||
typedef struct stackControl stackControl;
|
typedef struct stackControl stackControl;
|
||||||
|
|
Loading…
Reference in New Issue