More migration and file moving. That just leaves windows/windows.c.
This commit is contained in:
parent
3d4c81a695
commit
26f2808c75
|
@ -3,6 +3,7 @@
|
|||
|
||||
// TODO
|
||||
// - comctl5 on real windows: tabs get drawn behind checkbox
|
||||
// - container update state
|
||||
|
||||
struct tab {
|
||||
uiTab t;
|
|
@ -7,6 +7,7 @@
|
|||
// TODO (long term) figure out how to use uiContainer with this
|
||||
|
||||
// TODO verify that the tab page texture doesn't end too soon
|
||||
// TODO container update state
|
||||
|
||||
struct tabPage {
|
||||
uiControl c;
|
Loading…
Reference in New Issue