pixbuf header does not include cairo



The gdkpixbuf header references a cairo type but does not include cairo


Index: gdkpixbuf.h
===================================================================
RCS file: /cvs/gnome/gtk+/gdk/gdkpixbuf.h,v
retrieving revision 1.8
diff -u -w -r1.8 gdkpixbuf.h
--- gdkpixbuf.h 17 Mar 2005 01:54:38 -0000      1.8
+++ gdkpixbuf.h 30 Mar 2005 16:12:52 -0000
@@ -4,6 +4,7 @@
 #include <gdk/gdktypes.h>
 #include <gdk/gdkrgb.h>
 #include <gdk-pixbuf/gdk-pixbuf.h>
+#include <cairo.h>

 #ifdef __cplusplus
 extern "C" {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]