/[gzz]/gzz/gzz/view/CoordinatePlaneView.java
ViewVC logotype

Diff of /gzz/gzz/view/CoordinatePlaneView.java

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

revision 1.12 by mudyc, Sat Feb 8 10:19:20 2003 UTC revision 1.13 by mudyc, Sun Feb 9 14:21:22 2003 UTC
# Line 53  public static final String rcsid = "$Id$ Line 53  public static final String rcsid = "$Id$
53       */       */
54      public int getCursorBox() { return cursorBox; }      public int getCursorBox() { return cursorBox; }
55    
     /** Next generation of PP doens't set accursed when drawing the paper  
      */  
     public void render(VobScene vs, int into, ViewContext context, int cullCS, Cell accursed) {  
         // push  
         Cell temp = context.getAccursed();  
         ((AbstractViewContext)context).setAccursed(accursed);  
   
         // render  
         render(vs, into, context, cullCS);  
   
         // pop  
         ((AbstractViewContext)context).setAccursed(temp);  
     }  
   
56      public void render(VobScene vs, int into, ViewContext context) {      public void render(VobScene vs, int into, ViewContext context) {
57          render(vs, into, context, -1);          render(vs, into, context, -1);
58      }      }

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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