|
From: <eli...@us...> - 2004-02-15 15:53:34
|
Update of /cvsroot/java-game-lib/LWJGL/src/native/macosx In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23122/src/native/macosx Modified Files: org_lwjgl_opengl_Pbuffer.cpp Log Message: Added GLX_ARB_multisample support to Pbuffers Index: org_lwjgl_opengl_Pbuffer.cpp =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/native/macosx/org_lwjgl_opengl_Pbuffer.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- org_lwjgl_opengl_Pbuffer.cpp 22 Oct 2003 12:38:24 -0000 1.2 +++ org_lwjgl_opengl_Pbuffer.cpp 15 Feb 2004 15:46:10 -0000 1.3 @@ -65,7 +65,7 @@ return 0; } -JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_Pbuffer_nCreate(JNIEnv *env, jclass clazz, jint width, jint height, jint bpp, jint alpha, jint depth, jint stencil) { +JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_Pbuffer_nCreate(JNIEnv *env, jclass clazz, jint width, jint height, jint bpp, jint alpha, jint depth, jint stencil, jint samples) { /* CGLPixelFormatObj pixel_format; CGLContextObj context; int dummy; |