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 /make/stub_includes/opengl/macosx-window-system.h | |
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 'make/stub_includes/opengl/macosx-window-system.h')
-rw-r--r-- | make/stub_includes/opengl/macosx-window-system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/stub_includes/opengl/macosx-window-system.h b/make/stub_includes/opengl/macosx-window-system.h index ca2a9856a..f43adb546 100644 --- a/make/stub_includes/opengl/macosx-window-system.h +++ b/make/stub_includes/opengl/macosx-window-system.h @@ -21,7 +21,7 @@ Bool makeCurrentContext(void* nsContext); Bool clearCurrentContext(void* nsContext); Bool deleteContext(void* nsContext); Bool flushBuffer(void* nsContext); -void setCurrentContextOpacity(void* context, int opacity); +void setContextOpacity(void* context, int opacity); void updateContext(void* nsContext); void copyContext(void* destContext, void* srcContext, int mask); |