From 672efd5246dfb4ef28c5009ec6b0c680abbf0dba Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 20 Jul 2014 13:01:46 -0400 Subject: Implemented Window.Close() on Mac OS X, settling both that TODO and the one about making sure Window.Close() works as documented on all platforms. --- redo/window_darwin.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redo/window_darwin.m') diff --git a/redo/window_darwin.m b/redo/window_darwin.m index 71d4fae..ffa6110 100644 --- a/redo/window_darwin.m +++ b/redo/window_darwin.m @@ -81,5 +81,5 @@ void windowHide(id win) void windowClose(id win) { - // TODO + [toNSWindow(win) close]; } -- cgit v1.2.3