/[classpath]/classpath/gnu/java/awt/image/GdkPixbufDecoder.java
ViewVC logotype

Diff of /classpath/gnu/java/awt/image/GdkPixbufDecoder.java

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

revision 1.2 by rao, Mon Mar 20 04:20:05 2000 UTC revision 1.3 by cbj, Fri Sep 21 04:22:07 2001 UTC
# Line 25  import java.awt.image.*; Line 25  import java.awt.image.*;
25  import java.util.*;  import java.util.*;
26  import java.io.*;  import java.io.*;
27  import java.net.URL;  import java.net.URL;
28    import gnu.classpath.Configuration;
29    
30  public class GdkPixbufDecoder extends ImageDecoder  public class GdkPixbufDecoder extends ImageDecoder
31  {  {
# Line 32  public class GdkPixbufDecoder extends Im Line 33  public class GdkPixbufDecoder extends Im
33    
34    static    static
35    {    {
36      System.out.println ("loading gdkpixbuf library");        if (Configuration.INIT_LOAD_LIBRARY)
37      System.loadLibrary ("cpgdkpixbuf");        {
38      initState ();          System.loadLibrary ("cpgdkpixbuf");
39            initState ();
40          }
41    }    }
42    
43    /* gdk-pixbuf provids data in RGBA format */    /* gdk-pixbuf provids data in RGBA format */

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

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