forked from AuroraMiddleware/gtk
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
This commit is contained in:
parent
6992607bb0
commit
1d146b0d58
@ -1,5 +1,4 @@
|
||||
1999-07-12 Raja R Harinath <harinath@cs.umn.edu>
|
||||
|
||||
* configure.in (AC_OUTPUT): Remove spurious `,'.
|
||||
1999-07-13 <crichton@gimp.org>
|
||||
|
||||
* configure.in: I am a bonehead. Added gif-lib check.
|
||||
|
||||
|
@ -35,3 +35,7 @@ gdk_pixbuf_unref (GdkPixBuf *pixbuf)
|
||||
gdk_pixbuf_destroy (pixbuf);
|
||||
}
|
||||
|
||||
GdkPixBuf *
|
||||
gdk_pixbuf_scale (GdkPixBuf *pixbuf, gint w, gint h)
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user