From 0b5992166cfaa63d1c1d1e7305df6f25f78d9fa1 Mon Sep 17 00:00:00 2001 From: gregorypierce Date: Sat, 28 Feb 2004 06:50:46 +0000 Subject: 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 --- src/net/java/games/jogl/impl/macosx/MacOSXGLContext.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/java/games/jogl') 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"); } -- cgit v1.2.3