/[gzz]/gzz/gfx/jni/GzzGL-jni.cxx
ViewVC logotype

Diff of /gzz/gfx/jni/GzzGL-jni.cxx

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.48 by humppake, Mon Oct 7 14:23:11 2002 UTC revision 1.49 by humppake, Wed Oct 9 06:50:26 2002 UTC
# Line 237  JNIEXPORT jstring JNICALL Java_gzz_gfx_g Line 237  JNIEXPORT jstring JNICALL Java_gzz_gfx_g
237    return stdstr2jstr(env, jstr2stdstr(env, jstr));    return stdstr2jstr(env, jstr2stdstr(env, jstr));
238  }  }
239    
240    JNIEXPORT jdouble JNICALL Java_gzz_gfx_gl_GL_1Testing_useAtof
241    (JNIEnv *env, jobject obj, jstring jstr) {
242      return (jdouble) atof(jstr2stdstr(env, jstr).c_str());
243    }
244    
245  JNIEXPORT jint JNICALL Java_gzz_gfx_gl_GL_init  JNIEXPORT jint JNICALL Java_gzz_gfx_gl_GL_init
246    (JNIEnv *env, jclass, jint) {    (JNIEnv *env, jclass, jint) {
247        if(inited++) {        if(inited++) {

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26