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

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

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

revision 1.23 by mkoch, Sat Oct 2 07:53:47 2004 UTC revision 1.24 by mkoch, Tue Jan 11 15:06:03 2005 UTC
# Line 76  public class GtkDialogPeer extends GtkWi Line 76  public class GtkDialogPeer extends GtkWi
76    protected void postExposeEvent (int x, int y, int width, int height)    protected void postExposeEvent (int x, int y, int width, int height)
77    {    {
78      if (!isInRepaint)      if (!isInRepaint)
79        q.postEvent (new PaintEvent (awtComponent, PaintEvent.PAINT,        q().postEvent (new PaintEvent (awtComponent, PaintEvent.PAINT,
80                                     new Rectangle (x + insets.left,                                     new Rectangle (x + insets.left,
81                                                    y + insets.top,                                                    y + insets.top,
82                                                    width, height)));                                                    width, height)));

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

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