From 82b960e87ed884dc3b5bc25ef624ad5f398e6f5e Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 20 Nov 2015 13:24:07 -0500 Subject: [PATCH] More TODOs. --- haiku/window.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/haiku/window.cpp b/haiku/window.cpp index eadfe83b..4938229a 100644 --- a/haiku/window.cpp +++ b/haiku/window.cpp @@ -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;