More TODOs.

This commit is contained in:
Pietro Gagliardi 2015-04-29 09:40:28 -04:00
parent f45e57494b
commit 14d8a0e563
1 changed files with 1 additions and 0 deletions

View File

@ -153,6 +153,7 @@ void uiDarwinNewControl(uiControl *c, Class class, BOOL inScrollView, BOOL scrol
// and keep a reference to s->immediate for when we remove the control from its parent
[s->immediate retain];
// TODO update all of these to say uiControl(c)
c->Internal = s;
c->Destroy = singleDestroy;
c->Handle = singleHandle;