Update of /cvsroot/java-game-lib/LWJGL/src/native/common
In directory sc8-pr-cvs1:/tmp/cvs-serv25128/src/native/common
Modified Files:
org_lwjgl_opengl_BaseGL.h
Log Message:
I like those makeContextCurrent/releaseContext...
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.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- org_lwjgl_opengl_BaseGL.h 30 Mar 2003 19:26:38 -0000 1.7
+++ org_lwjgl_opengl_BaseGL.h 30 Mar 2003 19:40:35 -0000 1.8
@@ -32,6 +32,22 @@
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_BaseGL_nDestroyGL
(JNIEnv *, jobject);
+/*
+ * Class: org_lwjgl_opengl_BaseGL
+ * Method: makeContextCurrent
+ * Signature: ()V
+ */
+JNIEXPORT void JNICALL Java_org_lwjgl_opengl_BaseGL_makeContextCurrent
+ (JNIEnv *, jobject);
+
+/*
+ * Class: org_lwjgl_opengl_BaseGL
+ * Method: releaseContext
+ * Signature: ()V
+ */
+JNIEXPORT void JNICALL Java_org_lwjgl_opengl_BaseGL_releaseContext
+ (JNIEnv *, jobject);
+
#ifdef __cplusplus
}
#endif
|