Fixed menu bar for non-bundled OS X applications.

The menu bar for non-bundled applications did not become visible until
it had lost and regained focus.  This is fixed (somehow) by letting the
NSApplication run loop start and stop.

Technique by scoopr.
This commit is contained in:
Camilla Berglund
2014-12-16 22:34:15 +01:00
parent a611144d0c
commit 9aa15aa710
3 changed files with 25 additions and 20 deletions
-1
View File
@@ -72,7 +72,6 @@ typedef struct _GLFWwindowNS
typedef struct _GLFWlibraryNS
{
CGEventSourceRef eventSource;
id delegate;
id autoreleasePool;
id cursor;