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

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

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

revision 1.34 by mkoch, Wed Dec 1 16:22:44 2004 UTC revision 1.35 by mark, Sat Dec 11 08:20:49 2004 UTC
# Line 418  public class GdkGraphics extends Graphic Line 418  public class GdkGraphics extends Graphic
418    
419    public void setClip (int x, int y, int width, int height)    public void setClip (int x, int y, int width, int height)
420    {    {
421      if (component != null && ! component.isRealized ())      if ((component != null && ! component.isRealized ())
422            || clip == null)
423        return;        return;
424    
425      clip.x = x;      clip.x = x;

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

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