- renamed patches to include version number - licence correction OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Goo-Canvas?expand=0&rev=16
25 lines
857 B
Diff
25 lines
857 B
Diff
Index: xs/goocanvas.xs
|
|
===================================================================
|
|
--- xs/goocanvas.xs.orig
|
|
+++ xs/goocanvas.xs
|
|
@@ -1,4 +1,8 @@
|
|
#include "goocanvas-perl.h"
|
|
+#include <cairo/cairo.h>
|
|
+
|
|
+extern cairo_pattern_t* goo_canvas_cairo_pattern_from_pixbuf(GdkPixbuf* pixbuf);
|
|
+extern cairo_surface_t* goo_canvas_cairo_surface_from_pixbuf(GdkPixbuf* pixbuf);
|
|
|
|
MODULE = Goo::Canvas PACKAGE = Goo::Canvas PREFIX = goo_canvas_
|
|
=head1 SYNOPSIS
|
|
Index: xs/goocanvasgroup.xs
|
|
===================================================================
|
|
--- xs/goocanvasgroup.xs.orig
|
|
+++ xs/goocanvasgroup.xs
|
|
@@ -1,4 +1,6 @@
|
|
#include "goocanvas-perl.h"
|
|
+#include <cairo/cairo.h>
|
|
+extern cairo_surface_t *goo_canvas_cairo_pattern_from_pixbuf (GdkPixbuf *pixbuf);
|
|
|
|
MODULE = Goo::Canvas::Group PACKAGE = Goo::Canvas::Group PREFIX = goo_canvas_group_
|
|
|