diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-09-03 07:51:38 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-09-03 07:51:38 +0800 |
commit | 6564f148f9d7f2113f2e45001ac22e15198c2aae (patch) | |
tree | 2a173e97d5ccfe6a8eba075443514cd6a7fabf67 /www/gtkhtml38/files | |
parent | 88fb3b798aebc21acae621f70e026910ff4f54b8 (diff) | |
download | marcuscom-ports-6564f148f9d7f2113f2e45001ac22e15198c2aae.tar marcuscom-ports-6564f148f9d7f2113f2e45001ac22e15198c2aae.tar.gz marcuscom-ports-6564f148f9d7f2113f2e45001ac22e15198c2aae.tar.bz2 marcuscom-ports-6564f148f9d7f2113f2e45001ac22e15198c2aae.tar.lz marcuscom-ports-6564f148f9d7f2113f2e45001ac22e15198c2aae.tar.xz marcuscom-ports-6564f148f9d7f2113f2e45001ac22e15198c2aae.tar.zst marcuscom-ports-6564f148f9d7f2113f2e45001ac22e15198c2aae.zip |
Update to 3.3.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2763 df743ca5-7f9a-e211-a948-0013205c9059
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; + |