Removes the redundant window on OSX

This commit is contained in:
Braden 2013-03-13 21:34:52 -05:00
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;