/[libvob]/libvob/org/nongnu/libvob/vobs/TestSpotVob.java
ViewVC logotype

Diff of /libvob/org/nongnu/libvob/vobs/TestSpotVob.java

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

revision 1.1 by tjl, Tue Mar 11 13:57:54 2003 UTC revision 1.2 by tjl, Mon Mar 17 10:57:22 2003 UTC
# Line 60  public static final String rcsid = "$Id$ Line 60  public static final String rcsid = "$Id$
60                                  Vob.RenderInfo info1,                                  Vob.RenderInfo info1,
61                                  Vob.RenderInfo info2) {                                  Vob.RenderInfo info2) {
62          Point i = new Point();          Point i = new Point();
63          info1.xform(0, 0, i);          info1.xform(x, y, i);
64          g.setColor(color);          g.setColor(color);
65          g.fillRect(i.x+((int)x-1), i.y+((int)y-1), 3, 3);          g.fillRect(i.x+((int)x-1), i.y+((int)y-1), 3, 3);
66      }      }

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

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