diff options
| author | Pietro Gagliardi <[email protected]> | 2014-07-20 13:01:46 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-07-20 13:01:46 -0400 |
| commit | 672efd5246dfb4ef28c5009ec6b0c680abbf0dba (patch) | |
| tree | 52481683c9f7bc6f7dffeeb4002bed2d811b3cfb /redo/window_darwin.m | |
| parent | 5fa0950112cae67fd3d8d2fcc4c1d625aeb39f6d (diff) | |
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.
Diffstat (limited to 'redo/window_darwin.m')
| -rw-r--r-- | redo/window_darwin.m | 2 |
1 files changed, 1 insertions, 1 deletions
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]; } |
