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

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

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

revision 1.29 by mkoch, Tue Jan 11 22:07:32 2005 UTC revision 1.30 by mkoch, Tue Feb 8 18:59:07 2005 UTC
# Line 1  Line 1 
1  /* GdkGraphics2D.java  /* GdkGraphics2D.java --
2     Copyright (C) 2003, 2004  Free Software Foundation, Inc.     Copyright (C) 2003, 2004, 2005  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 103  public class GdkGraphics2D extends Graph Line 103  public class GdkGraphics2D extends Graph
103    
104    static    static
105    {    {
106        if (! Configuration.GTK_CAIRO_ENABLED)
107          throw new Error("Grahics2D not implemented. "
108                          + "Cairo was not found or disabled at configure time");
109    
110      if (Configuration.INIT_LOAD_LIBRARY)      if (Configuration.INIT_LOAD_LIBRARY)
111        System.loadLibrary("gtkpeer");        System.loadLibrary("gtkpeer");
112    

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

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