From 60d30688eb292910d4d44fd9534f749d91537b7a Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 3 May 2015 13:18:27 -0400 Subject: [PATCH] More TODOs. --- darwin/window.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/darwin/window.m b/darwin/window.m index 47e9f197..51ad0019 100644 --- a/darwin/window.m +++ b/darwin/window.m @@ -97,7 +97,7 @@ static void windowShow(uiControl *c) { struct window *w = (struct window *) c; - // don't make it key + // don't make it key (TODO really? first time only?) // unfortunately there's no orderIn: or something that says "make the window visible but preserve the z-order" so [w->window orderFront:w->window]; w->hidden = 0;