Removes the redundant window on OSX

This commit is contained in:
Braden
2013-03-13 21:34:52 -05:00
parent 382be2aabd
commit a0fdcaced8
2 changed files with 10 additions and 10 deletions

View File

@ -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;