diff options
Diffstat (limited to 'make/stub_includes')
-rw-r--r-- | make/stub_includes/opengl/macosx-window-system.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/stub_includes/opengl/macosx-window-system.h b/make/stub_includes/opengl/macosx-window-system.h index 7d2704be4..18cf6c719 100644 --- a/make/stub_includes/opengl/macosx-window-system.h +++ b/make/stub_includes/opengl/macosx-window-system.h @@ -24,6 +24,7 @@ void *getNSView(void* nsContext); void* createContext(void* shareContext, void* nsView, void* pixelFormat, + Bool opaque, int* viewNotReady); void *getCGLContext(void* nsContext); Bool makeCurrentContext(void* nsContext); |