/[classpath]/classpath/gnu/java/awt/peer/qt/QtToolkit.java
ViewVC logotype

Diff of /classpath/gnu/java/awt/peer/qt/QtToolkit.java

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

revision 1.1 by smarothy, Thu Aug 11 17:06:48 2005 UTC revision 1.2 by smarothy, Tue Aug 16 23:22:09 2005 UTC
# Line 133  public class QtToolkit extends Classpath Line 133  public class QtToolkit extends Classpath
133    private static void initToolkit()    private static void initToolkit()
134    {    {
135      eventQueue = new EventQueue();      eventQueue = new EventQueue();
   
136      System.loadLibrary("qtpeer");      System.loadLibrary("qtpeer");
137    
138      String theme = null;      String theme = null;
# Line 465  public class QtToolkit extends Classpath Line 464  public class QtToolkit extends Classpath
464    
465    public boolean nativeQueueEmpty()    public boolean nativeQueueEmpty()
466    {    {
467      return true;      return false;
468    }    }
469    
470    public void wakeNativeQueue()    public void wakeNativeQueue()

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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