|
From: Elias N. <eli...@us...> - 2005-02-23 15:19:33
|
Update of /cvsroot/java-game-lib/LWJGL/src/native/win32 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25270/win32 Modified Files: context.c Log Message: Removed unsued JNIEnv parameter from extgl_QueryExtension Index: context.c =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/native/win32/context.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- context.c 21 Feb 2005 14:46:47 -0000 1.1 +++ context.c 23 Feb 2005 15:19:21 -0000 1.2 @@ -368,7 +368,7 @@ throwException(env, "Could not bind context to dummy window"); return -1; } - extgl_InitWGL(env); + extgl_InitWGL(); if (!extension_flags.WGL_ARB_pixel_format) { throwException(env, "No support for WGL_ARB_pixel_format"); |