Fixed: Compilation under macOS 10.12
--HG-- branch : develop
This commit is contained in:
parent
53290cb212
commit
eb878d97d1
1 changed files with 1 additions and 1 deletions
|
@ -1486,7 +1486,7 @@ bool CDriverGL::createWindow(const GfxMode &mode)
|
|||
[[CocoaApplicationDelegate alloc] initWithDriver:this];
|
||||
|
||||
// set the application delegate, this will handle window/app close events
|
||||
[NSApp setDelegate:(id<NSFileManagerDelegate>)appDelegate];
|
||||
[NSApp setDelegate:(id<NSApplicationDelegate>)appDelegate];
|
||||
|
||||
// bind the close button of the window to applicationShouldTerminate
|
||||
id closeButton = [cocoa_window standardWindowButton:NSWindowCloseButton];
|
||||
|
|
Loading…
Reference in a new issue