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

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

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

revision 1.30 by mark, Sat Dec 11 08:20:49 2004 UTC revision 1.31 by mkoch, Tue Jan 11 15:06:03 2005 UTC
# Line 194  public class GtkWindowPeer extends GtkCo Line 194  public class GtkWindowPeer extends GtkCo
194          // Post a WINDOW_OPENED event the first time this window is shown.          // Post a WINDOW_OPENED event the first time this window is shown.
195          if (!hasBeenShown)          if (!hasBeenShown)
196            {            {
197              q.postEvent (new WindowEvent ((Window) awtComponent, id,              q().postEvent (new WindowEvent ((Window) awtComponent, id,
198                                            opposite));                                            opposite));
199              hasBeenShown = true;              hasBeenShown = true;
200            }            }
# Line 203  public class GtkWindowPeer extends GtkCo Line 203  public class GtkWindowPeer extends GtkCo
203        {        {
204          if (oldState != newState)          if (oldState != newState)
205            {            {
206              q.postEvent (new WindowEvent ((Window) awtComponent, id, opposite,              q().postEvent (new WindowEvent ((Window) awtComponent, id, opposite,
207                                            oldState, newState));                                            oldState, newState));
208              oldState = newState;              oldState = newState;
209            }            }
210        }        }
211      else      else
212        q.postEvent (new WindowEvent ((Window) awtComponent, id, opposite));        q().postEvent (new WindowEvent ((Window) awtComponent, id, opposite));
213    }    }
214  }  }

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

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