/[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.2 by tjl, Mon Mar 17 10:57:22 2003 UTC revision 1.3 by tjl, Mon Mar 17 11:00:43 2003 UTC
# Line 62  public static final String rcsid = "$Id$ Line 62  public static final String rcsid = "$Id$
62          Point i = new Point();          Point i = new Point();
63          info1.xform(x, y, 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, i.y, 3, 3);
66      }      }
67    
68      public int putGL(VobScene vs, int coordsys1) {      public int putGL(VobScene vs, int coordsys1) {

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