diff options
author | Manish Singh <yosh@gimp.org> | 2005-05-14 07:19:48 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 2005-05-14 07:19:48 +0000 |
commit | 4849c70543bcc7ebc6485d3523c298b9121da596 (patch) | |
tree | c40832e2ea5ad3db8f7f7fea7f329ef5b5c24a70 /gdk/gdkpango.c | |
parent | c2bd238e887e586c36d344d6b6c08e326cb5c3da (diff) | |
download | gtk+-4849c70543bcc7ebc6485d3523c298b9121da596.tar.gz |
gdk/gdkdraw.c #include gdkcairo.h for gdk_cairo_create() declaration.
Sat May 14 00:07:46 2005 Manish Singh <yosh@gimp.org>
* 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.
Diffstat (limited to 'gdk/gdkpango.c')
-rw-r--r-- | gdk/gdkpango.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <config.h> #include <math.h> #include <pango/pangocairo.h> +#include "gdkcairo.h" #include "gdkcolor.h" #include "gdkgc.h" #include "gdkinternals.h" |