/[gzz]/gzz/gzz/modules/pp2/PPCanvasNode.java
ViewVC logotype

Diff of /gzz/gzz/modules/pp2/PPCanvasNode.java

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

revision 1.6 by tjl, Thu Feb 6 12:41:13 2003 UTC revision 1.7 by mudyc, Fri Feb 7 08:29:10 2003 UTC
# Line 91  private static final String rcsid = "$Id Line 91  private static final String rcsid = "$Id
91      }      }
92    
93      public BuoyViewMainNode createMainNode(Cell c, Object content, CellPlacementHook hook) {      public BuoyViewMainNode createMainNode(Cell c, Object content, CellPlacementHook hook) {
94          return new PPCanvasCursor(c, avc, d, win);          pa("Do new main viewpoint of "+c+" cont: "+content);
95            avc.setAccursed(c);
96            return new PPCanvasCursor(c, content, hook, avc, d, win);
97      }      }
98    
99      private int[] getCoords(Cell c) {      private int[] getCoords(Cell c) {
# Line 99  private static final String rcsid = "$Id Line 101  private static final String rcsid = "$Id
101          if(firstCoord == null) return null;          if(firstCoord == null) return null;
102          return gzz.client.Params.getInts(firstCoord, d.pan, 2, null);          return gzz.client.Params.getInts(firstCoord, d.pan, 2, null);
103      }      }
   
104  }  }

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

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