TODO shuffling.
This commit is contained in:
parent
2dbf42a717
commit
64dd45343d
1
TODO.md
1
TODO.md
|
@ -29,6 +29,7 @@
|
||||||
- add the visibility stuff to the Windows makefile
|
- add the visibility stuff to the Windows makefile
|
||||||
- figure out visibility on mac os x
|
- figure out visibility on mac os x
|
||||||
- hide command lines in the makefile
|
- hide command lines in the makefile
|
||||||
|
- rename newcontrol.[cm] to control.[cm] or something else?
|
||||||
|
|
||||||
ultimately:
|
ultimately:
|
||||||
- add some sort of runtime type checking
|
- add some sort of runtime type checking
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
// 7 april 2015
|
// 7 april 2015
|
||||||
#include "uipriv_unix.h"
|
#include "uipriv_unix.h"
|
||||||
|
|
||||||
// TODO rename these files
|
|
||||||
|
|
||||||
// TODO get rid of this
|
// TODO get rid of this
|
||||||
typedef struct singleWidget singleWidget;
|
typedef struct singleWidget singleWidget;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue