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

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

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

revision 1.72 by smarothy, Sun Aug 14 20:36:57 2005 UTC revision 1.73 by fitzsim, Mon Aug 15 18:32:38 2005 UTC
# Line 124  public class GtkToolkit extends gnu.java Line 124  public class GtkToolkit extends gnu.java
124    
125      // Register ImageIO SPIs      // Register ImageIO SPIs
126      GdkPixbufDecoder.registerSpis( IIORegistry.getDefaultInstance() );      GdkPixbufDecoder.registerSpis( IIORegistry.getDefaultInstance() );
127    
128        new Thread ("GTK main thread")
129        {
130          public void run ()
131          {
132            gtkMain ();
133          }
134        }.start ();
135    }    }
136    
137    public GtkToolkit ()    public GtkToolkit ()
# Line 644  public class GtkToolkit extends gnu.java Line 652  public class GtkToolkit extends gnu.java
652      return new GdkRobotPeer (screen);      return new GdkRobotPeer (screen);
653    }    }
654    
655    public native boolean nativeQueueEmpty();    public static native void gtkMain();
   public native void wakeNativeQueue();    
   public native void iterateNativeQueue(EventQueue locked, boolean block);  
   
656  } // class GtkToolkit  } // class GtkToolkit

Legend:
Removed from v.1.72  
changed lines
  Added in v.1.73

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