Cocoa: Remove subclassing of NSApplication

From upstream: 88c5edb409
This commit is contained in:
Kovid Goyal
2018-12-26 12:29:38 +05:30
parent fc5e74e457
commit fe67e3dde7
3 changed files with 84 additions and 106 deletions

View File

@@ -118,7 +118,9 @@ typedef struct _GLFWlibraryNS
TISInputSourceRef inputSource;
IOHIDManagerRef hidManager;
id unicodeData;
id listener;
id helper;
id keyUpMonitor;
id keyDownMonitor;
char keyName[64];
char text[256];