/[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.40 by tromey, Sat Nov 9 23:21:55 2002 UTC revision 1.41 by tromey, Fri Jan 31 16:56:27 2003 UTC
# Line 1  Line 1 
1  /* GtkToolkit.java -- Implements an AWT Toolkit using GTK for peers  /* GtkToolkit.java -- Implements an AWT Toolkit using GTK for peers
2     Copyright (C) 1998, 1999, 2002 Free Software Foundation, Inc.     Copyright (C) 1998, 1999, 2002, 2003 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 69  public class GtkToolkit extends java.awt Line 69  public class GtkToolkit extends java.awt
69    
70    static    static
71    {    {
72      System.loadLibrary("gtkpeer");      if (Configuration.INIT_LOAD_LIBRARY)
73          System.loadLibrary("gtkpeer");
74    }    }
75    
76    public GtkToolkit ()    public GtkToolkit ()

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

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