More TODOs.

This commit is contained in:
Pietro Gagliardi 2015-11-18 11:51:54 -05:00
parent 86388debb0
commit c329a721ca
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ static void windowCommitDestroy(uiControl *c)
//TODO childDestroy(w->child);
// and finally destroy ourselves
// this is why we don't use the libui-provided CommitDestroy() implementation
// TODO check this for errors?
w->window->Lock();
w->window->Quit();
// w->window is now destroyed for us