View | Details | Raw Unified | Return to bug 271709
Collapse All | Expand All

(-)b/x11-toolkits/pangox-compat/files/patch-basic-x.c (+16 lines)
Added Link Here
1
--- basic-x.c.orig	2012-08-27 23:19:32 UTC
2
+++ basic-x.c
3
@@ -556,9 +556,11 @@ basic_engine_shape (PangoEngineShape *engine G_GNUC_UN
4
 basic_engine_shape (PangoEngineShape *engine G_GNUC_UNUSED,
5
 		    PangoFont        *font,
6
 		    const char       *text,
7
-		    gint              length,
8
+		    unsigned int      length,
9
 		    const PangoAnalysis *analysis,
10
-		    PangoGlyphString *glyphs)
11
+		    PangoGlyphString *glyphs,
12
+		    const char       *paragraph_text G_GNUC_UNUSED,
13
+		    unsigned int      paragraph_length G_GNUC_UNUSED)
14
 {
15
   int n_chars;
16
   int i;

Return to bug 271709