More TODOs.

This commit is contained in:
Pietro Gagliardi 2015-04-18 18:33:41 -04:00
parent cf8871c524
commit a2311c4c19
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ static void resize(uiControl *control, HWND parent, RECT r, RECT margin)
uiControlResize(control, r.left, r.top, r.right - r.left, r.bottom - r.top, &d);
}
// TODO make this a uiParent directly
struct parent {
HWND hwnd;
uiControl *mainControl;