/[gzz]/gzz/gzz/modules/pp/PPView2.java
ViewVC logotype

Diff of /gzz/gzz/modules/pp/PPView2.java

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

revision 1.43 by mudyc, Tue Jan 7 16:10:35 2003 UTC revision 1.44 by mudyc, Wed Jan 8 07:06:05 2003 UTC
# Line 302  public static final String rcsid = "$Id$ Line 302  public static final String rcsid = "$Id$
302                                               new Integer(frameCS), new Integer(anchor)});                                               new Integer(frameCS), new Integer(anchor)});
303              ev_handler.onDrag(frameCS, "Drag buoy");              ev_handler.onDrag(frameCS, "Drag buoy");
304    
305    
306              // XXX hehheh...  remember that new accursed have already been set!              // XXX hehheh...  remember that new accursed have already been set!
307                /*
308              if (pp_events.context != null &&              if (pp_events.context != null &&
309                  interps.get("link"+pp_events.context.getAccursed().toString()) != null) {                  interps.get("link"+pp_events.context.getAccursed().toString()) != null) {
310                  ((DefaultVobMatcher)vs.matcher).keymapSingleCoordsys(MAIN_CS,                  ((DefaultVobMatcher)vs.matcher).keymapSingleCoordsys(frameCS,
311                                                                       ((Integer)interps.get("link"+pp_events.context.getAccursed().toString())).intValue()                                                                       ((Integer)interps.get("link"+pp_events.context.getAccursed().toString())).intValue()
312                  );                  );
313              }              }
314                */
315    
316    
317                if (interps.get("link"+c.toString()) != null) {
318                    ((DefaultVobMatcher)vs.matcher).keymapSingleCoordsys(frameCS,
319                       ((Integer)interps.get("link"+c.toString())).intValue());
320                }
321    
322    
323              // XXX Pan              // XXX Pan
# Line 397  public static final String rcsid = "$Id$ Line 406  public static final String rcsid = "$Id$
406                            );                            );
407          pp_events.setKingCS(frameCS);          pp_events.setKingCS(frameCS);
408    
409            if (interps.get("main") != null) {
410                ((DefaultVobMatcher)vs.matcher).keymapSingleCoordsys(MAIN_CS,
411                    ((Integer)interps.get("main")).intValue());
412            }
413            
414    
415    
416          // cell to frame CS          // cell to frame CS
417          int c2fCS = vs.coords.ortho(0, 0, 0, 0, 10, 10);          int c2fCS = vs.coords.ortho(0, 0, 0, 0, 10, 10);

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44

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