mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 22:55:46 +00:00
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:
@@ -72,7 +72,6 @@ typedef struct _GLFWwindowNS
|
||||
typedef struct _GLFWlibraryNS
|
||||
{
|
||||
CGEventSourceRef eventSource;
|
||||
id delegate;
|
||||
id autoreleasePool;
|
||||
id cursor;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user