mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
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
This commit is contained in:
parent
45f0ad8cf5
commit
0130bc33fd
@ -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>
|
2008-05-28 Kristian Rietveld <kris@imendio.com>
|
||||||
|
|
||||||
Bug 498010 - gtk_tree_view_set_cursor fails if model!=NULL.
|
Bug 498010 - gtk_tree_view_set_cursor fails if model!=NULL.
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
#include <gdk-pixbuf/gdk-pixbuf-loader.h>
|
#include <gdk-pixbuf/gdk-pixbuf.h>
|
||||||
|
|
||||||
#include "test-inline-pixbufs.h"
|
#include "test-inline-pixbufs.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user