/[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.6 by humppake, Mon Nov 25 16:03:38 2002 UTC revision 1.7 by humppake, Wed Nov 27 16:35:41 2002 UTC
# Line 53  public static final String rcsid = "$Id$ Line 53  public static final String rcsid = "$Id$
53                                  int coordsys2) {                                  int coordsys2) {
54    
55          if (crosshair == null) {          if (crosshair == null) {
56              crosshair = GLRen.createLine(0, -1, 0, 1, -1, -1, -1, -1);              crosshair = GLRen.createCallListBoxCoorded(
             /*  
               crosshair = GLRen.createCallListCoorded(  
57                "Begin LINE_STRIP\nVertex 0 1\nVertex 0 -1\nEnd\n");                "Begin LINE_STRIP\nVertex 0 1\nVertex 0 -1\nEnd\n");
             */  
58          }          }
59          curs = crosshair.addToListGL(win, list, curs, coordsys1, coordsys2);          curs = crosshair.addToListGL(win, list, curs, coordsys1, coordsys2);
60          return curs;          return curs;

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

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