aboutsummaryrefslogtreecommitdiffstats
path: root/make/cgl-macosx.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/cgl-macosx.cfg')
-rw-r--r--make/cgl-macosx.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/cgl-macosx.cfg b/make/cgl-macosx.cfg
index 32059db8b..f3824f703 100644
--- a/make/cgl-macosx.cfg
+++ b/make/cgl-macosx.cfg
@@ -12,7 +12,7 @@ Opaque long void *
# FIXME: rather than put in a header file somewhere in the source tree,
# this was the easiest way of sharing the prototypes between these files
CustomCCode typedef int Bool;
-CustomCCode extern void* createContext(void* nsView);
+CustomCCode extern void* createContext(void* nsView, void* shareContext);
CustomCCode extern Bool makeCurrentContext(void* nsView , void* nsContext);
CustomCCode extern Bool clearCurrentContext (void* nsView , void* nsContext);
CustomCCode extern Bool deleteContext (void* nsView , void* nsContext);