/[libvob]/libvob/org/nongnu/libvob/gl/GLRen.java
ViewVC logotype

Diff of /libvob/org/nongnu/libvob/gl/GLRen.java

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

revision 1.5 by tjl, Sun Mar 16 17:58:49 2003 UTC revision 1.6 by tjl, Mon Mar 17 12:48:19 2003 UTC
# Line 105  static private native int implcreateDraw Line 105  static private native int implcreateDraw
105  static public class Text1 extends GL.Renderable1JavaObject  { private Text1(int i) { super(i); }  static public class Text1 extends GL.Renderable1JavaObject  { private Text1(int i) { super(i); }
106  GL.Font p0;  GL.Font p0;
107  }  }
108  static public Text1 createText1(GL.Font p0, String p1, int p2) {  static public Text1 createText1(GL.Font p0, String p1, float p2, int p3) {
109  Text1 _ = new Text1(  Text1 _ = new Text1(
110  implcreateText1(p0.getId(), p1, p2));  implcreateText1(p0.getId(), p1, p2, p3));
111  _.p0 = p0;  _.p0 = p0;
112    
113   return _; }   return _; }
114    
115  static private native int implcreateText1(int p0, String p1, int p2) ;  static private native int implcreateText1(int p0, String p1, float p2, int p3) ;
116    
117    
118  }  }

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

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