/[gzz]/gzz/gzz/vob/impl/OrthoCoorder.java
ViewVC logotype

Diff of /gzz/gzz/vob/impl/OrthoCoorder.java

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

revision 1.2 by tjl, Mon Nov 11 12:01:32 2002 UTC revision 1.3 by humppake, Thu Nov 21 09:52:35 2002 UTC
# Line 115  public static final String rcsid = "$Id$ Line 115  public static final String rcsid = "$Id$
115          if(maxdepth < depth) maxdepth = depth;          if(maxdepth < depth) maxdepth = depth;
116          return sys.add(into, depth, x, y, sx, sy, w, h);          return sys.add(into, depth, x, y, sx, sy, w, h);
117      }      }
118      public int ortho(int into, float depth, float x, float y, float w, float h) {      public int ortho(int into, float depth, float x, float y, float sx, float sy) {
119          return orthoBox(into, depth, x, y, w, h, 1, 1);          return orthoBox(into, depth, x, y, sx, sy, 1, 1);
120      }      }
121    
122    

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

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