]> Pileus Git - ~andy/gtk/commitdiff
configure.in: Fixed GIF check. Actually works now! src/gdk-pixbuf.c: More
authorMark Crichton <crichton@src.gnome.org>
Tue, 13 Jul 1999 07:01:08 +0000 (07:01 +0000)
committerMark Crichton <crichton@src.gnome.org>
Tue, 13 Jul 1999 07:01:08 +0000 (07:01 +0000)
configure.in: Fixed GIF check.  Actually works now!
src/gdk-pixbuf.c: More scaling work.

gdk-pixbuf/ChangeLog
gdk-pixbuf/gdk-pixbuf.c

index 3a8ed74111e729e5f146b67b8b6010bde26393d8..fea237aedd3b33c19226750287c6948d528b0b87 100644 (file)
@@ -1,4 +1,10 @@
+1999-07-13    <crichton@gimp.org>
+
+       * configure.in: Fixed GIF check.  Replaced " with '
+       * src/gdk-pixbuf.c: More (minor) work on gdk_pixbuf_scale
+
 1999-07-13    <crichton@gimp.org>
 
        * configure.in: I am a bonehead.  Added gif-lib check.
+       
 
index 602f69aa834b3672a5a2067aaa6b00ed7ceccb00..ae186dda7224a149d061d9f0e12c5f9d6d514573 100644 (file)
@@ -38,4 +38,16 @@ gdk_pixbuf_unref (GdkPixBuf *pixbuf)
 GdkPixBuf *
 gdk_pixbuf_scale (GdkPixBuf *pixbuf, gint w, gint h)
 {
+    GdkPixBuf *spb;
+    double affine[6];
+    
 }
+
+
+/*
+ * Local variables:
+ *  c-basic-offset: 4
+ *  c-file-offsets: ((substatement-open . 0))
+ * End:
+ */
+