From 1d146b0d5899139d9c7f1b3ad17add12f499ad09 Mon Sep 17 00:00:00 2001 From: Mark Crichton Date: Tue, 13 Jul 1999 06:21:40 +0000 Subject: [PATCH] Doh. Forgot the libgif check. Also, slowly adding the scaling support That Doh. Forgot the libgif check. Also, slowly adding the scaling support That will be the next commit. I also hope I got the configure.in right... M --- gdk-pixbuf/ChangeLog | 5 ++--- gdk-pixbuf/gdk-pixbuf.c | 4 ++++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index 15b83dd8a4..3a8ed74111 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,5 +1,4 @@ -1999-07-12 Raja R Harinath - - * configure.in (AC_OUTPUT): Remove spurious `,'. +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 3b7e1520fa..602f69aa83 100644 --- a/gdk-pixbuf/gdk-pixbuf.c +++ b/gdk-pixbuf/gdk-pixbuf.c @@ -35,3 +35,7 @@ gdk_pixbuf_unref (GdkPixBuf *pixbuf) gdk_pixbuf_destroy (pixbuf); } +GdkPixBuf * +gdk_pixbuf_scale (GdkPixBuf *pixbuf, gint w, gint h) +{ +}