More TODOs.

This commit is contained in:
Pietro Gagliardi 2015-11-20 13:24:07 -05:00
parent 1a70407be2
commit 82b960e87e
1 changed files with 2 additions and 0 deletions

View File

@ -184,6 +184,8 @@ uiWindow *uiNewWindow(const char *title, int width, int height, int hasMenubar)
BRect(100, 100, width, height),
title,
B_TITLED_WINDOW,
// TODO B_AUTO_UPDATE_SIZE_LIMITS?
// TODO if we do this we need to set the maximum size to arbitrary (TODO always? check GTK+ and OS X)
B_ASYNCHRONOUS_CONTROLS);
w->window->w = w;