More migration and file moving. That just leaves windows/windows.c.

This commit is contained in:
Pietro Gagliardi 2015-05-30 19:54:01 -04:00
parent 3d4c81a695
commit 26f2808c75
6 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
// TODO
// - comctl5 on real windows: tabs get drawn behind checkbox
// - container update state
struct tab {
uiTab t;

View File

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