/[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.78 by fitzsim, Fri Sep 2 06:36:57 2005 UTC revision 1.79 by mark, Fri Sep 2 09:15:22 2005 UTC
# Line 122  public class GtkToolkit extends gnu.java Line 122  public class GtkToolkit extends gnu.java
122    
123      gtkInit(portableNativeSync);      gtkInit(portableNativeSync);
124    
     // Register ImageIO SPIs  
     GdkPixbufDecoder.registerSpis( IIORegistry.getDefaultInstance() );  
   
125      mainThread = new Thread ("GTK main thread")      mainThread = new Thread ("GTK main thread")
126        {        {
127          public void run ()          public void run ()
# Line 653  public class GtkToolkit extends gnu.java Line 650  public class GtkToolkit extends gnu.java
650      return new GdkRobotPeer (screen);      return new GdkRobotPeer (screen);
651    }    }
652    
653      public void registerImageIOSpis(IIORegistry reg)
654      {
655        GdkPixbufDecoder.registerSpis(reg);
656      }
657    
658    public static native void gtkMain();    public static native void gtkMain();
659  } // class GtkToolkit  } // class GtkToolkit

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.79

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