diff options
author | Gerard Ziemski <[email protected]> | 2008-10-17 05:14:02 +0000 |
---|---|---|
committer | Gerard Ziemski <[email protected]> | 2008-10-17 05:14:02 +0000 |
commit | ffe1122b78ca6c265d4f2a4535574b0b57135de2 (patch) | |
tree | de811c271c862ca1b2d1db108f083d12ee34809f /src/native | |
parent | b523291498b05fc5cf17fc59e5f01795638c753a (diff) |
rename setCurrentContextOpacity to setContextOpacity
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1776 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'src/native')
-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]; |