Fixed lifetime management of application delegate.

This commit is contained in:
Camilla Berglund
2015-01-04 17:49:12 +01:00
parent d459145d28
commit 1634742177
3 changed files with 7 additions and 6 deletions
+1
View File
@@ -76,6 +76,7 @@ typedef struct _GLFWwindowNS
typedef struct _GLFWlibraryNS
{
CGEventSourceRef eventSource;
id delegate;
id autoreleasePool;
id cursor;