You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/Goo-Canvas/files/fix_implicit_pointer_declar...

15 lines
542 B

Index: Goo-Canvas-0.06/goocanvas-perl.h
===================================================================
--- Goo-Canvas-0.06.orig/goocanvas-perl.h
+++ Goo-Canvas-0.06/goocanvas-perl.h
@@ -9,6 +9,9 @@
#include "cairo-perl.h"
#include "goocanvas.h"
+cairo_surface_t * goo_canvas_cairo_pattern_from_pixbuf(GdkPixbuf *pixbuf);
+cairo_surface_t * goo_canvas_cairo_surface_from_pixbuf(GdkPixbuf *pixbuf);
+
/* FIXME: How to avoid compile error in autogen.h */
#define GooCairoPattern cairo_pattern_t
#define GooCairoMatrix cairo_matrix_t