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

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

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

revision 1.21 by tjl, Sat Aug 2 09:07:11 2003 UTC revision 1.22 by tjl, Fri Aug 15 18:53:38 2003 UTC
# Line 35  Main.cxx Line 35  Main.cxx
35  #include <vob/buildmipmaps.hxx>  #include <vob/buildmipmaps.hxx>
36  #include <vob/Debug.hxx>  #include <vob/Debug.hxx>
37    
38    #include <vob/Font.hxx>
39    
40  #include "org_nongnu_libvob_gl_GL.h"  #include "org_nongnu_libvob_gl_GL.h"
41  #include "vobjnidef.hxx"  #include "vobjnidef.hxx"
42    
43    
44  namespace Vob {  namespace Vob {
45  namespace JNI {  namespace JNI {
46  DBGVAR(dbg, "JNI.general");  DBGVAR(dbg, "JNI.general");
# Line 54  Os::WindowSystem *ws; Line 57  Os::WindowSystem *ws;
57    
58  ObjectStorer<ByteVector> bytevectors("bytevectors");  ObjectStorer<ByteVector> bytevectors("bytevectors");
59    
60  ObjectStorer<RealFont> textrenderers("Textrenderers");  ObjectStorer<Font::RealFont> textrenderers("Textrenderers");
61    
62  ObjectStorer<Os::RenderingSurface> windows("windows");  ObjectStorer<Os::RenderingSurface> windows("windows");
63  Os::Window *defaultWindow; // A kludge  Os::Window *defaultWindow; // A kludge

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

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