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

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

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

revision 1.33 by mark, Sat Dec 11 08:20:49 2004 UTC revision 1.34 by mkoch, Tue Jan 11 15:06:03 2005 UTC
# Line 253  public class GtkFramePeer extends GtkWin Line 253  public class GtkFramePeer extends GtkWin
253    protected void postExposeEvent (int x, int y, int width, int height)    protected void postExposeEvent (int x, int y, int width, int height)
254    {    {
255      if (!isInRepaint)      if (!isInRepaint)
256        q.postEvent (new PaintEvent (awtComponent, PaintEvent.PAINT,        q().postEvent (new PaintEvent (awtComponent, PaintEvent.PAINT,
257                                     new Rectangle (x + insets.left,                                     new Rectangle (x + insets.left,
258                                                    y + insets.top,                                                    y + insets.top,
259                                                    width, height)));                                                    width, height)));

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

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