diff options
author | Michael Natterer <mitch@imendio.com> | 2008-05-28 12:47:37 +0000 |
---|---|---|
committer | Michael Natterer <mitch@src.gnome.org> | 2008-05-28 12:47:37 +0000 |
commit | 0130bc33fd53b1151fbe1d0174136baab048b8da (patch) | |
tree | cfaa7cbff2964b3dad3a0f8a3262890cf2195b95 | |
parent | 45f0ad8cf5075c7cbb128bb96c32afa151b4ab84 (diff) | |
download | gtk+-0130bc33fd53b1151fbe1d0174136baab048b8da.tar.gz |
include <gdk-pixbuf/gdk-pixbuf.h> instead of individual files.
2008-05-28 Michael Natterer <mitch@imendio.com>
* demos/testpixbuf.c: include <gdk-pixbuf/gdk-pixbuf.h> instead of
individual files.
svn path=/trunk/; revision=20209
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | demos/testpixbuf.c | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2008-05-28 Michael Natterer <mitch@imendio.com> + + * demos/testpixbuf.c: include <gdk-pixbuf/gdk-pixbuf.h> instead of + individual files. + 2008-05-28 Kristian Rietveld <kris@imendio.com> Bug 498010 - gtk_tree_view_set_cursor fails if model!=NULL. diff --git a/demos/testpixbuf.c b/demos/testpixbuf.c index 84011004a9..0bdd6f8b1b 100644 --- a/demos/testpixbuf.c +++ b/demos/testpixbuf.c @@ -23,7 +23,7 @@ #include <unistd.h> #include <string.h> #include <gtk/gtk.h> -#include <gdk-pixbuf/gdk-pixbuf-loader.h> +#include <gdk-pixbuf/gdk-pixbuf.h> #include "test-inline-pixbufs.h" |