summaryrefslogtreecommitdiffstats
path: root/make/stub_includes/opengl/macosx-window-system.h
diff options
context:
space:
mode:
Diffstat (limited to 'make/stub_includes/opengl/macosx-window-system.h')
-rw-r--r--make/stub_includes/opengl/macosx-window-system.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/make/stub_includes/opengl/macosx-window-system.h b/make/stub_includes/opengl/macosx-window-system.h
index 96643fca3..d8147a000 100644
--- a/make/stub_includes/opengl/macosx-window-system.h
+++ b/make/stub_includes/opengl/macosx-window-system.h
@@ -30,12 +30,9 @@ NSOpenGLContext* getCurrentContext(void);
CGLContextObj getCGLContext(NSOpenGLContext* ctx);
NSView* getNSView(NSOpenGLContext* ctx);
-NSOpenGLContext* createContext(NSOpenGLContext* shareContext,
- NSView* nsView,
- Bool incompleteView,
- NSOpenGLPixelFormat* pixelFormat,
- Bool opaque,
- int* viewNotReady);
+NSOpenGLContext* createContext(NSOpenGLContext* share,
+ NSOpenGLPixelFormat* fmt,
+ Bool opaque);
void setContextView(NSOpenGLContext* ctx, NSView* view);
void clearDrawable(NSOpenGLContext* ctx);
Bool makeCurrentContext(NSOpenGLContext* ctx);