/[classpath]/classpath/gnu/java/awt/peer/gtk/GtkImagePainter.java
ViewVC logotype

Diff of /classpath/gnu/java/awt/peer/gtk/GtkImagePainter.java

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

revision 1.10 by mark, Thu Jul 22 19:45:38 2004 UTC revision 1.11 by mkoch, Wed Sep 22 11:03:09 2004 UTC
# Line 75  public class GtkImagePainter implements Line 75  public class GtkImagePainter implements
75      s_width = s_height = 0;      s_width = s_height = 0;
76      clip = null;      clip = null;
77    
78      new Thread (this).start ();      run ();
79    }    }
80    
81    public    public
# Line 105  public class GtkImagePainter implements Line 105  public class GtkImagePainter implements
105      s_height = Math.abs (sy2 - sy1);      s_height = Math.abs (sy2 - sy1);
106      clip = new Rectangle (sx1, sy1, s_width, s_height);      clip = new Rectangle (sx1, sy1, s_width, s_height);
107    
108      new Thread (this).start ();      run ();
109    }    }
110    
111    public void    public void

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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