mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 17:49:01 +00:00
Removes the redundant window on OSX
This commit is contained in:
parent
382be2aabd
commit
a0fdcaced8
2 changed files with 10 additions and 10 deletions
|
@ -50,7 +50,7 @@ typedef struct {
|
|||
int x, y;
|
||||
unsigned int width, height;
|
||||
#elif defined(__APPLE__)
|
||||
NSWindow *cocoaWin;
|
||||
NSView *cocoaWin;
|
||||
NSOpenGLContext *cocoaCtx;
|
||||
#elif defined(HAVE_X11) && HAVE_X11
|
||||
int screen;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue