/[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.16 by tjl, Thu Sep 12 15:42:23 2002 UTC revision 1.17 by tjl, Tue Sep 17 05:48:39 2002 UTC
# Line 305  JNIEXPORT void JNICALL Java_gzz_gfx_gl_G Line 305  JNIEXPORT void JNICALL Java_gzz_gfx_gl_G
305        images.remove(img);        images.remove(img);
306    }    }
307    
308    JNIEXPORT jint JNICALL Java_gzz_gfx_gl_GZZGL_getImageSize
309      (JNIEnv *, jclass, jint img, jint dimNo) {
310          Image *i = images[img];
311          if(dimNo == 0)
312              return i->w;
313          else
314              return i->h;
315    }
316    
317  // TexRect  // TexRect
318    
319  JNIEXPORT jint JNICALL Java_gzz_gfx_gl_GZZGL_createTexRectImpl  JNIEXPORT jint JNICALL Java_gzz_gfx_gl_GZZGL_createTexRectImpl

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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