From 9b462c602479f42237235a1644e846d670c68085 Mon Sep 17 00:00:00 2001 From: Mark Crichton Date: Tue, 13 Jul 1999 07:01:08 +0000 Subject: [PATCH] configure.in: Fixed GIF check. Actually works now! src/gdk-pixbuf.c: More configure.in: Fixed GIF check. Actually works now! src/gdk-pixbuf.c: More scaling work. --- gdk-pixbuf/ChangeLog | 6 ++++++ gdk-pixbuf/gdk-pixbuf.c | 12 ++++++++++++ 2 files changed, 18 insertions(+) diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index 3a8ed74111..fea237aedd 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,4 +1,10 @@ +1999-07-13 + + * configure.in: Fixed GIF check. Replaced " with ' + * src/gdk-pixbuf.c: More (minor) work on gdk_pixbuf_scale + 1999-07-13 * configure.in: I am a bonehead. Added gif-lib check. + diff --git a/gdk-pixbuf/gdk-pixbuf.c b/gdk-pixbuf/gdk-pixbuf.c index 602f69aa83..ae186dda72 100644 --- a/gdk-pixbuf/gdk-pixbuf.c +++ b/gdk-pixbuf/gdk-pixbuf.c @@ -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: + */ +