Update of /cvsroot/java-game-lib/LWJGL/src/native/common
In directory sc8-pr-cvs1:/tmp/cvs-serv21735/native/common
Modified Files:
org_lwjgl_opengl_BaseGL.h
Log Message:
Added releaseContext to BaseGL.java (and native for linux)
Index: org_lwjgl_opengl_BaseGL.h
CVS Browser:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/java-game-lib/LWJGL/src/native/common/org_lwjgl_opengl_BaseGL.h
===================================================================
RCS file: /cvsroot/java-game-lib/LWJGL/src/native/common/org_lwjgl_opengl_BaseGL.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- org_lwjgl_opengl_BaseGL.h 11 Aug 2002 11:49:35 -0000 1.1.1.1
+++ org_lwjgl_opengl_BaseGL.h 25 Nov 2002 17:04:56 -0000 1.2
@@ -9,7 +9,7 @@
#endif
/* Inaccessible static: _00024assertionsDisabled */
/* Inaccessible static: currentContext */
-/* Inaccessible static: class_000240 */
+/* Inaccessible static: class_00024org_00024lwjgl_00024opengl_00024BaseGL */
/*
* Class: org_lwjgl_opengl_BaseGL
* Method: nCreate
@@ -32,6 +32,14 @@
* Signature: ()V
*/
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_BaseGL_swapBuffers
+ (JNIEnv *, jobject);
+
+/*
+ * Class: org_lwjgl_opengl_BaseGL
+ * Method: nReleaseContext
+ * Signature: ()V
+ */
+JNIEXPORT void JNICALL Java_org_lwjgl_opengl_BaseGL_nReleaseContext
(JNIEnv *, jobject);
/*
|