diff options
Diffstat (limited to 'src/native/jogl')
-rw-r--r-- | src/native/jogl/MacOSXWindowSystemInterface.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/native/jogl/MacOSXWindowSystemInterface.m b/src/native/jogl/MacOSXWindowSystemInterface.m index 5c02650b0..350f6152f 100644 --- a/src/native/jogl/MacOSXWindowSystemInterface.m +++ b/src/native/jogl/MacOSXWindowSystemInterface.m @@ -559,7 +559,7 @@ Bool flushBuffer(void* context) { return true; } -void setCurrentContextOpacity(void* context, int opacity) { +void setContextOpacity(void* context, int opacity) { NSOpenGLContext *nsContext = (NSOpenGLContext*)context; [nsContext setValues:&opacity forParameter:NSOpenGLCPSurfaceOpacity]; |