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

Diff of /gzz/gzz/vob/HBroken.java

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

revision 1.5 by tjl, Fri Sep 27 09:07:56 2002 UTC revision 1.6 by benja, Sat Sep 28 22:55:13 2002 UTC
# Line 53  public class HBroken { Line 53  public class HBroken {
53          length++;          length++;
54      }      }
55    
56      public void put(VobScene vs, int coordsys) {      public void put(VobScene vs, int coordsys_outside, int coordsys) {
57          int x = 0, y = 0;          int x = 0, y = 0;
58    
59          for(int i=0; i<=length; i++) {          for(int i=0; i<=length; i++) {
# Line 76  public class HBroken { Line 76  public class HBroken {
76                  Object key = box.getKey();                  Object key = box.getKey();
77    
78                  int cs = vs.coordsys(coordsys, key, 0, x, y, w, h);                  int cs = vs.coordsys(coordsys, key, 0, x, y, w, h);
79                  box.place(vs, coordsys, cs, x, y, w, h, scale);                  box.place(vs, coordsys_outside, cs, x, y, w, h, scale);
80    
81                  x += w;                  x += w;
82              }              }

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

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