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

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

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

revision 1.9 by mark, Tue Jan 22 22:26:56 2002 UTC revision 1.10 by tromey, Sun Nov 10 07:59:05 2002 UTC
# Line 1  Line 1 
1  /* GtkGenericPeer.java - Has a hashcode.  Yuck.  /* GtkGenericPeer.java - Has a hashcode.  Yuck.
2     Copyright (C) 1998, 1999 Free Software Foundation, Inc.     Copyright (C) 1998, 1999, 2002 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 46  import java.awt.event.*; Line 46  import java.awt.event.*;
46    
47  public class GtkGenericPeer  public class GtkGenericPeer
48  {  {
49      // FIXME: this isn't guaranteed to give unique numbers.
50    final int native_state = java.lang.System.identityHashCode(this);    final int native_state = java.lang.System.identityHashCode(this);
51    protected Object awtWidget;    protected Object awtWidget;
52    protected static EventQueue q = null;    protected static EventQueue q = null;

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

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