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

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

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

revision 1.1.2.3 by gnu_andrew, Wed Feb 16 01:11:40 2005 UTC revision 1.1.2.4 by gnu_andrew, Sat Feb 19 10:50:28 2005 UTC
# Line 1  Line 1 
1  /* GdkGraphicsEnvironment.java -- information about the graphics environment  /* GdkGraphicsEnvironment.java -- information about the graphics environment
2     Copyright (C) 2004 Free Software Foundation, Inc.     Copyright (C) 2004, 2005  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 79  public class GdkGraphicsEnvironment exte Line 79  public class GdkGraphicsEnvironment exte
79    {    {
80      return new GdkGraphics2D (image);      return new GdkGraphics2D (image);
81    }    }
82      native private int nativeGetNumFontFamilies ();    
83      native private void nativeGetFontFamilies (String[] family_names);    private native int nativeGetNumFontFamilies();
84      private native void nativeGetFontFamilies(String[] family_names);
85    
86    public Font[] getAllFonts ()    public Font[] getAllFonts ()
87    {    {

Legend:
Removed from v.1.1.2.3  
changed lines
  Added in v.1.1.2.4

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