/[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.4 by tjl, Sun Jul 28 13:23:13 2002 UTC revision 1.5 by tjl, Mon Sep 23 08:24:26 2002 UTC
# Line 52  public static final String rcsid = "$Id$ Line 52  public static final String rcsid = "$Id$
52                          int[] list, int curs, int coordsys1,                          int[] list, int curs, int coordsys1,
53                                  int coordsys2) {                                  int coordsys2) {
54          if(crosshair == null)          if(crosshair == null)
55              crosshair = GZZGL.createCallListCoorded(              crosshair = GLRen.createCallListCoorded(
56                      "Begin LINE_STRIP\nVertex 0 1\nVertex 0 -1\nEnd\n");                      "Begin LINE_STRIP\nVertex 0 1\nVertex 0 -1\nEnd\n");
57          curs = crosshair.addToListGL(win, list, curs, coordsys1, coordsys2);          curs = crosshair.addToListGL(win, list, curs, coordsys1, coordsys2);
58          return curs;          return curs;

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

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