diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2005-06-14 18:17:57 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2005-06-14 18:17:57 +0000 |
commit | e01a593485cff8e694b319b3c44cf00ce548a354 (patch) | |
tree | eefa0bab3fcd62d7bc5f4ff97d99d7b3cf906630 /textproc/xmlroff/files/patch-libfo::fo-doc-gp.c | |
parent | x11vnc is a VNC server for real X displays. VNC (Virtual Network Computing) (diff) |
Update to 0.3.3. Changes include:
- Added support for 'border', 'border-left', 'border-right',
'border-top', 'border-bottom', 'border-style', 'border-width', and
'border-color' properties (Julian Rosse)
- Removed border-related properties and 'padding'from libfo-compat.xsl
- Corrected whitespace handling in libfo-compat.xsl
- Added removal of more unsupported properties in libfo-compat.xsl
- Corrected drawing 'dashed', 'dotted', 'groove', and 'hidden' border
styles
- Partially re-implemented fo:external-graphic support
Diffstat (limited to 'textproc/xmlroff/files/patch-libfo::fo-doc-gp.c')
-rw-r--r-- | textproc/xmlroff/files/patch-libfo::fo-doc-gp.c | 26 |
1 files changed, 21 insertions, 5 deletions
diff --git a/textproc/xmlroff/files/patch-libfo::fo-doc-gp.c b/textproc/xmlroff/files/patch-libfo::fo-doc-gp.c index 9fedac71a901..39368fbac1e3 100644 --- a/textproc/xmlroff/files/patch-libfo::fo-doc-gp.c +++ b/textproc/xmlroff/files/patch-libfo::fo-doc-gp.c @@ -1,6 +1,22 @@ ---- libfo/fo-doc-gp.c.orig Mon Jan 10 13:49:31 2005 -+++ libfo/fo-doc-gp.c Mon Jan 10 13:50:19 2005 -@@ -1065,6 +1065,9 @@ +--- libfo/fo-doc-gp.c.orig Thu Mar 31 16:36:10 2005 ++++ libfo/fo-doc-gp.c Tue Jun 14 21:11:30 2005 +@@ -1143,6 +1143,7 @@ + gint y) + { + PangoLayoutIter *iter; ++ gint line_number = -1; + + g_return_if_fail (context != NULL); + g_return_if_fail (PANGO_IS_LAYOUT (layout)); +@@ -1152,7 +1153,6 @@ + + iter = pango_layout_get_iter (layout); + +- gint line_number = -1; + do + { + PangoRectangle logical_rect; +@@ -1202,6 +1202,9 @@ gfloat x, gfloat y) { @@ -10,7 +26,7 @@ g_return_if_fail (FO_IS_DOC_GP (fo_doc)); g_return_if_fail (FO_DOC_GP (fo_doc)->context != NULL); g_return_if_fail (FO_IS_AREA_LAYOUT (area_layout)); -@@ -1076,9 +1079,9 @@ +@@ -1213,9 +1216,9 @@ * lines that are to be rendered. */ @@ -22,7 +38,7 @@ if (line_first > 0) { y1 = -@@ -1086,12 +1089,12 @@ +@@ -1223,12 +1226,12 @@ line_first - 1); } |