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

Diff of /gzz/gzz/vob/VobScene.java

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

revision 1.25 by tjl, Sat Jan 25 11:01:48 2003 UTC revision 1.26 by tjl, Tue Feb 4 21:16:31 2003 UTC
# Line 178  public class VobScene { Line 178  public class VobScene {
178      public int boxCS(int into, Object key, float w, float h) {      public int boxCS(int into, Object key, float w, float h) {
179          return matcher.add(into, coords.box(into, w, h), key);          return matcher.add(into, coords.box(into, w, h), key);
180      }      }
181      public int orthoBoxCS(int into, Object key, float d, float x, float y, float sx, float sy, float w, float h) {      public int orthoBoxCS(int into, Object key,
182                                float d, float x, float y,
183                                float sx, float sy,
184                                float w, float h) {
185          return matcher.add(into, coords.orthoBox(into, d, x, y, sx, sy, w, h), key);          return matcher.add(into, coords.orthoBox(into, d, x, y, sx, sy, w, h), key);
186      }      }
187    

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

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