From 47fb015afbe44e97bf7b12628636e0c101ce5d15 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 10 Apr 2015 14:24:23 -0400 Subject: More TODO resolution and cross-OS behavioral parity fixes. --- new/main_darwin.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'new/main_darwin.m') diff --git a/new/main_darwin.m b/new/main_darwin.m index 981567c..58b2373 100644 --- a/new/main_darwin.m +++ b/new/main_darwin.m @@ -21,6 +21,5 @@ void uiQuit(void) subtype:0 data1:0 data2:0]; - [NSApp postEvent:e atStart:NO]; // let pending events take priority - // TODO really wait? + [NSApp postEvent:e atStart:NO]; // let pending events take priority (this is what PostQuitMessage() on Windows does so we have to do it here too for parity; thanks to mikeash in irc.freenode.net/#macdev for confirming that this parameter should indeed be NO) } -- cgit v1.2.3