/[fenfire]/fenfire/org/fenfire/fenmm/WhiteNodeView.java
ViewVC logotype

Diff of /fenfire/org/fenfire/fenmm/WhiteNodeView.java

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

revision 1.1 by mudyc, Mon Aug 18 11:27:53 2003 UTC revision 1.2 by humppake, Mon Aug 18 13:07:16 2003 UTC
# Line 37  public class WhiteNodeView implements Pu Line 37  public class WhiteNodeView implements Pu
37                  public float getWidth() { return p.getWidth(); }                  public float getWidth() { return p.getWidth(); }
38                  public float getHeight() { return p.getHeight(); }                  public float getHeight() { return p.getHeight(); }
39                  public void getCursorXY(int pos, float[] xy) { p.getCursorXY(pos, xy); }                  public void getCursorXY(int pos, float[] xy) { p.getCursorXY(pos, xy); }
40                    public int getCursorPos(float x, float y) { return p.getCursorPos(x, y); }
41              };              };
42      }      }
43  }  }

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