aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorgregorypierce <[email protected]>2004-02-28 06:50:46 +0000
committergregorypierce <[email protected]>2004-02-28 06:50:46 +0000
commit0b5992166cfaa63d1c1d1e7305df6f25f78d9fa1 (patch)
tree8bd71fb43dc9f16821486f57f8085c61b7df15b3 /src
parent231606920263ed6f32b0438ce669dc947c7fa3e9 (diff)
Multiple pixel format change
Issue number: Obtained from: Submitted by: Reviewed by: git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@83 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'src')
-rw-r--r--src/net/java/games/jogl/impl/macosx/MacOSXGLContext.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/java/games/jogl/impl/macosx/MacOSXGLContext.java b/src/net/java/games/jogl/impl/macosx/MacOSXGLContext.java
index d636eaa6f..9b7779d7e 100644
--- a/src/net/java/games/jogl/impl/macosx/MacOSXGLContext.java
+++ b/src/net/java/games/jogl/impl/macosx/MacOSXGLContext.java
@@ -122,7 +122,7 @@ public abstract class MacOSXGLContext extends GLContext
throw new GLException("GLContextShareSet returned an invalid OpenGL context");
}
}
- nsContext = CGL.createContext(share, nsView);
+ nsContext = CGL.createContext( capabilities, share, nsView);
if (nsContext == 0) {
throw new GLException("Error creating nsContext");
}