/[gzz]/gzz/gzz/vob/vobs/TextCursorVob.java
ViewVC logotype

Diff of /gzz/gzz/vob/vobs/TextCursorVob.java

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

revision 1.5 by tjl, Thu Dec 5 10:57:34 2002 UTC revision 1.6 by tjl, Sun Jan 12 11:41:47 2003 UTC
# Line 83  String rcsid = "$Id$"; Line 83  String rcsid = "$Id$";
83      }      }
84    
85      Vob dlist;      Vob dlist;
86      public int addToListGL(gzz.client.GraphicsAPI.RenderingSurface win,      public int putGL(VobScene vs, int coordsys1) {
                         int[] list, int curs, int coordsys1,  
                                 int coordsys2) {  
87          if(dlist == null)          if(dlist == null)
88              dlist = GLCache.getCallListBoxCoorded(              dlist = GLCache.getCallListBoxCoorded(
89                      "Begin LINE_STRIP\nVertex 0 -.1\nVertex 0 1.1\nEnd\n");                      "Begin LINE_STRIP\nVertex 0 -.1\nVertex 0 1.1\nEnd\n");
90          curs = dlist.addToListGL(win, list, curs, coordsys1, coordsys2);          vs.map.put(dlist, coordsys1);
91          return curs;          return 0;
92      }      }
93  }  }
94    

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