File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1515#include " cocoaGraphicsBuffer.h"
1616#include " cocoaGraphicsWindow.h"
1717#include " cocoaGraphicsStateGuardian.h"
18- #include " cocoaPandaApp.h"
1918#include " config_cocoadisplay.h"
2019#include " frameBufferProperties.h"
2120#include " displayInformation.h"
Original file line number Diff line number Diff line change 1515#include " cocoaGraphicsStateGuardian.h"
1616#include " config_cocoadisplay.h"
1717#include " cocoaGraphicsPipe.h"
18+ #include " cocoaPandaApp.h"
1819
1920#include " graphicsPipe.h"
2021#include " keyboardButton.h"
6869 // Now that we know for sure we want a window, we can create the Cocoa app.
6970 // This will cause the application icon to appear and start bouncing.
7071 if (NSApp == nil ) {
72+ [CocoaPandaApp sharedApplication ];
73+
7174#if __MAC_OS_X_VERSION_MAX_ALLOWED >= 1060
7275 [NSApp setActivationPolicy: NSApplicationActivationPolicyRegular];
7376#endif
You can’t perform that action at this time.
0 commit comments