From 4849c70543bcc7ebc6485d3523c298b9121da596 Mon Sep 17 00:00:00 2001 From: Manish Singh Date: Sat, 14 May 2005 07:19:48 +0000 Subject: gdk/gdkdraw.c #include gdkcairo.h for gdk_cairo_create() declaration. Sat May 14 00:07:46 2005 Manish Singh * gdk/gdkdraw.c * gdk/gdkpango.c: #include gdkcairo.h for gdk_cairo_create() declaration. * gtk/gtkiconview.c (gtk_icon_view_create_drag_icon): actually call gdk_cairo_set_source_color() with a color. * gtk/gtkimage.c (gtk_image_expose): remove unused stock_id variable. * tests/testiconview.c (main): cast args of drag functions to the appropriate type. --- gdk/gdkpango.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gdk/gdkpango.c') diff --git a/gdk/gdkpango.c b/gdk/gdkpango.c index a160511dc7..8ade753e1b 100644 --- a/gdk/gdkpango.c +++ b/gdk/gdkpango.c @@ -20,6 +20,7 @@ #include #include #include +#include "gdkcairo.h" #include "gdkcolor.h" #include "gdkgc.h" #include "gdkinternals.h" -- cgit v1.2.1