diff options
Diffstat (limited to 'www/gtkhtml38/files')
-rw-r--r-- | www/gtkhtml38/files/patch-src_htmlgdkpainter.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/gtkhtml38/files/patch-src_htmlgdkpainter.c b/www/gtkhtml38/files/patch-src_htmlgdkpainter.c new file mode 100644 index 000000000..8cc54b3c4 --- /dev/null +++ b/www/gtkhtml38/files/patch-src_htmlgdkpainter.c @@ -0,0 +1,14 @@ +--- src/htmlgdkpainter.c.orig Thu Sep 2 19:43:58 2004 ++++ src/htmlgdkpainter.c Thu Sep 2 19:44:28 2004 +@@ -739,9 +739,10 @@ + item_gc (HTMLPainter *p, PangoItem *item, GdkDrawable *drawable, GdkGC *orig_gc, HTMLPangoProperties *properties, GdkGC **bg_gc) + { + GdkGC *new_gc = NULL; +- html_pango_get_item_properties (item, properties); + + HTMLEngine *e = GTK_HTML (p->widget)->engine; ++ ++ html_pango_get_item_properties (item, properties); + + *bg_gc = NULL; + |