/[libvob]/libvob/src/jni/vobjnidef.hxx
ViewVC logotype

Diff of /libvob/src/jni/vobjnidef.hxx

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

revision 1.1 by tjl, Wed Mar 12 09:28:05 2003 UTC revision 1.2 by tjl, Wed Mar 12 13:37:57 2003 UTC
# Line 3  Line 3 
3  /** Define a jni function in the vob GL class.  /** Define a jni function in the vob GL class.
4   */   */
5  #define jf(t, rootname) JNIEXPORT t JNICALL Java_org_nongnu_libvob_gl_GL_##rootname  #define jf(t, rootname) JNIEXPORT t JNICALL Java_org_nongnu_libvob_gl_GL_##rootname
6    
7    #include <vob/os/Os.hxx>
8    #include <vob/util/ObjectStorer.hxx>
9    
10    namespace Vob {
11    namespace JNI {
12    
13    extern void setWindow(int wid = -1) ;
14    extern void releaseWindow() ;
15    extern ObjectStorer<Os::RenderingSurface> windows;
16    
17    }
18    }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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