]> git.pld-linux.org Git - packages/crossmingw32-gdk-pixbuf2.git/blob - gdk-pixbuf2-gdip.patch
- merged png-nodep patch from native version: no need to have libpng as dependency...
[packages/crossmingw32-gdk-pixbuf2.git] / gdk-pixbuf2-gdip.patch
1 --- gdk-pixbuf-2.24.1/gdk-pixbuf/io-gdip-animation.c.orig       2011-12-16 22:43:53.000000000 +0100
2 +++ gdk-pixbuf-2.24.1/gdk-pixbuf/io-gdip-animation.c    2011-12-18 13:37:04.929030474 +0100
3 @@ -165,6 +165,11 @@
4  G_DEFINE_TYPE (GdkPixbufGdipAnimIter, gdk_pixbuf_gdip_anim_iter, GDK_TYPE_PIXBUF_ANIMATION_ITER);
5  
6  static void
7 +gdk_pixbuf_gdip_anim_iter_init (GdkPixbufGdipAnimIter *anim)
8 +{
9 +}
10 +
11 +static void
12  gdk_pixbuf_gdip_anim_iter_class_init (GdkPixbufGdipAnimIterClass *klass)
13  {
14          GObjectClass *object_class = G_OBJECT_CLASS (klass);
This page took 0.092491 seconds and 3 git commands to generate.