/[gzz]/gzz/gzz/vob/SimpleConnection.java
ViewVC logotype

Diff of /gzz/gzz/vob/SimpleConnection.java

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

revision 1.3 by tjl, Mon Sep 23 08:24:26 2002 UTC revision 1.4 by benja, Sat Oct 5 13:59:47 2002 UTC
# Line 75  public static final String rcsid = "$Id$ Line 75  public static final String rcsid = "$Id$
75      public int addToListGL(GraphicsAPI.Window win,      public int addToListGL(GraphicsAPI.Window win,
76                          int[] list, int curs, int coordsys1,                          int[] list, int curs, int coordsys1,
77                                  int coordsys2) {                                  int coordsys2) {
78          if(line == null)          if(line == null) {
79              line = GLRen.createLineConnector(1, 1);              line = GLRen.createLineConnector(1, 1);
80            }
81          curs = line.addToListGL(win, list, curs, coordsys1, coordsys2);          curs = line.addToListGL(win, list, curs, coordsys1, coordsys2);
82          return curs;          return curs;
83      }      }

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

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