Added #include "gdk-pixbuf-drawable.h" to the top. This fixes remaining
compile error.
This commit is contained in:
@ -8,6 +8,9 @@
|
|||||||
* src/Makefile.am: Added gdk-pixbuf-drawable.[ch] to
|
* src/Makefile.am: Added gdk-pixbuf-drawable.[ch] to
|
||||||
libgdk_pixbuf_la_SOURCES and libgdk_pixbufinclude_HEADERS.
|
libgdk_pixbuf_la_SOURCES and libgdk_pixbufinclude_HEADERS.
|
||||||
|
|
||||||
|
* src/gdk-pixbuf-drawable.c: Added #include "gdk-pixbuf-drawable.h"
|
||||||
|
to fix compilation.
|
||||||
|
|
||||||
1999-09-22 Michael Meeks <michael@nuclecu.unam.mx>
|
1999-09-22 Michael Meeks <michael@nuclecu.unam.mx>
|
||||||
|
|
||||||
* src/gdk-pixbuf.c (gdk_pixbuf_new): created.
|
* src/gdk-pixbuf.c (gdk_pixbuf_new): created.
|
||||||
|
|||||||
@ -10,6 +10,7 @@
|
|||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
#include <gmodule.h>
|
#include <gmodule.h>
|
||||||
#include "gdk-pixbuf.h"
|
#include "gdk-pixbuf.h"
|
||||||
|
#include "gdk-pixbuf-drawable.h"
|
||||||
|
|
||||||
/* private function */
|
/* private function */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user