diff options
Diffstat (limited to 'x11-toolkits/pangox-compat/files/patch-basic-x.c')
| -rw-r--r-- | x11-toolkits/pangox-compat/files/patch-basic-x.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/x11-toolkits/pangox-compat/files/patch-basic-x.c b/x11-toolkits/pangox-compat/files/patch-basic-x.c new file mode 100644 index 000000000000..54438bc31cc2 --- /dev/null +++ b/x11-toolkits/pangox-compat/files/patch-basic-x.c @@ -0,0 +1,16 @@ +--- basic-x.c.orig 2012-08-27 23:19:32 UTC ++++ basic-x.c +@@ -556,9 +556,11 @@ basic_engine_shape (PangoEngineShape *engine G_GNUC_UN + basic_engine_shape (PangoEngineShape *engine G_GNUC_UNUSED, + PangoFont *font, + const char *text, +- gint length, ++ unsigned int length, + const PangoAnalysis *analysis, +- PangoGlyphString *glyphs) ++ PangoGlyphString *glyphs, ++ const char *paragraph_text G_GNUC_UNUSED, ++ unsigned int paragraph_length G_GNUC_UNUSED) + { + int n_chars; + int i; |
