freebsd-ports/www/p5-GtkHTML/files/patch-xs_GtkHTMLEmbedded.xs
Joe Marcus Clarke 9e5d000aa7 Fix build with gtkhtml-1.1.
Reported by:	bento
Adapted from:	GNOME CVS
2002-12-02 02:07:52 +00:00

11 lines
358 B
Text

--- xs/GtkHTMLEmbedded.xs.orig Sun Dec 1 21:06:22 2002
+++ xs/GtkHTMLEmbedded.xs Sun Dec 1 21:06:29 2002
@@ -20,7 +20,7 @@
int width
int height
CODE:
- RETVAL = GTK_HTML_EMBEDDED(gtk_html_embedded_new(classid, name, type, width, height));
+ RETVAL = (GtkHTMLEmbedded*)(gtk_html_embedded_new(classid, name, type, width, height));
OUTPUT:
RETVAL