aboutsummaryrefslogtreecommitdiffstats
path: root/src/native
diff options
context:
space:
mode:
Diffstat (limited to 'src/native')
-rw-r--r--src/native/jogl/MacOSXWindowSystemInterface.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/native/jogl/MacOSXWindowSystemInterface.m b/src/native/jogl/MacOSXWindowSystemInterface.m
index c56f6e5bb..afa0fea69 100644
--- a/src/native/jogl/MacOSXWindowSystemInterface.m
+++ b/src/native/jogl/MacOSXWindowSystemInterface.m
@@ -17,6 +17,7 @@ typedef int Bool;
NSAutoreleasePool* gAutoreleasePool = NULL;
void* createContext(void* shareContext, void* view,
+ int doubleBuffer,
int redBits,
int greenBits,
int blueBits,