/[libvob]/libvob/src/jni/Render.cxx
ViewVC logotype

Diff of /libvob/src/jni/Render.cxx

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

revision 1.4 by tjl, Sat Apr 19 19:37:32 2003 UTC revision 1.5 by tjl, Tue May 13 11:48:21 2003 UTC
# Line 29  Transform.cxx Line 29  Transform.cxx
29  #include <vob/Debug.hxx>  #include <vob/Debug.hxx>
30  #include <vob/glerr.hxx>  #include <vob/glerr.hxx>
31    
32    #include <vob/vobs/GLState.hxx>
33    
34  #include <vob/jni/Types.hxx>  #include <vob/jni/Types.hxx>
35    
36  #include "org_nongnu_libvob_gl_GL.h"  #include "org_nongnu_libvob_gl_GL.h"
# Line 47  extern "C" { Line 49  extern "C" {
49    
50  Renderer renderer(defaultTransformFactory);  Renderer renderer(defaultTransformFactory);
51    
52    jf( jstring, getTestStateRetainCorrect)
53      (JNIEnv *env, jclass) {
54          jstring res = stdstr2jstr(env, ::Vob::Vobs::testStateRetainCorrect);
55          ::Vob::Vobs::testStateRetainCorrect = "";
56          return res;
57    }
58    
59  jf( void, renderImpl)  jf( void, renderImpl)
60    (JNIEnv *env, jclass, jint window,    (JNIEnv *env, jclass, jint window,
61          jint numinds,          jint numinds,

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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