/[gzz]/gzz/gzz/modules/pp/vob/TextCursorVob.java
ViewVC logotype

Diff of /gzz/gzz/modules/pp/vob/TextCursorVob.java

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

revision 1.5 by tjl, Mon Sep 23 08:24:26 2002 UTC revision 1.6 by humppake, Mon Nov 25 16:03:38 2002 UTC
# Line 51  public static final String rcsid = "$Id$ Line 51  public static final String rcsid = "$Id$
51      public int addToListGL(gzz.client.GraphicsAPI.Window win,      public int addToListGL(gzz.client.GraphicsAPI.Window win,
52                          int[] list, int curs, int coordsys1,                          int[] list, int curs, int coordsys1,
53                                  int coordsys2) {                                  int coordsys2) {
54          if(crosshair == null)  
55              crosshair = GLRen.createCallListCoorded(          if (crosshair == null) {
56                      "Begin LINE_STRIP\nVertex 0 1\nVertex 0 -1\nEnd\n");              crosshair = GLRen.createLine(0, -1, 0, 1, -1, -1, -1, -1);
57                /*
58                  crosshair = GLRen.createCallListCoorded(
59                  "Begin LINE_STRIP\nVertex 0 1\nVertex 0 -1\nEnd\n");
60                */
61            }
62          curs = crosshair.addToListGL(win, list, curs, coordsys1, coordsys2);          curs = crosshair.addToListGL(win, list, curs, coordsys1, coordsys2);
63          return curs;          return curs;
64      }      }

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