Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Goo-Canvas/files: fix_implicit_pointer_declaration.patch
Date: Wed, 05 Aug 2009 12:19:57
Message-Id: E1MYfTG-0005Kn-Lq@stork.gentoo.org
1 hwoarang 09/08/05 12:19:54
2
3 Added: fix_implicit_pointer_declaration.patch
4 Log:
5 Initial commit of Goo-Canvas perl module
6 (Portage version: 2.2_rc35/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-perl/Goo-Canvas/files/fix_implicit_pointer_declaration.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Goo-Canvas/files/fix_implicit_pointer_declaration.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Goo-Canvas/files/fix_implicit_pointer_declaration.patch?rev=1.1&content-type=text/plain
13
14 Index: fix_implicit_pointer_declaration.patch
15 ===================================================================
16 Index: Goo-Canvas-0.06/goocanvas-perl.h
17 ===================================================================
18 --- Goo-Canvas-0.06.orig/goocanvas-perl.h
19 +++ Goo-Canvas-0.06/goocanvas-perl.h
20 @@ -9,6 +9,9 @@
21 #include "cairo-perl.h"
22 #include "goocanvas.h"
23
24 +cairo_surface_t * goo_canvas_cairo_pattern_from_pixbuf(GdkPixbuf *pixbuf);
25 +cairo_surface_t * goo_canvas_cairo_surface_from_pixbuf(GdkPixbuf *pixbuf);
26 +
27 /* FIXME: How to avoid compile error in autogen.h */
28 #define GooCairoPattern cairo_pattern_t
29 #define GooCairoMatrix cairo_matrix_t