Moved the control IDs TODO to TODO.md as that's a long-term TODO; it depends on how container controls play out.

This commit is contained in:
Pietro Gagliardi 2015-04-10 18:31:40 -04:00
parent 9a5da6159b
commit 0cfe64c2bb
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,8 @@
- figure out what to cleanup in darwin terminate:
- delegate
- deleted objects view
- assign control IDs on windows
- GWL(P)_ID
ultimately:
- make everything vtable-based

View File

@ -96,7 +96,6 @@ uiControl *uiWindowsNewControl(uiWindowsNewControlParams *p)
p->dwStyle | WS_CHILD | WS_VISIBLE,
0, 0,
100, 100,
// TODO specify control IDs properly
initialParent, NULL, p->hInstance, NULL);
if (s->hwnd == NULL)
logLastError("error creating control in uiWindowsNewControl()");