summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2013-04-26 14:50:57 -0400
committerBehdad Esfahbod <behdad@behdad.org>2013-04-26 14:50:57 -0400
commitc184d3ac66c13a10e83431948e19303af19b3242 (patch)
tree9c23f0de1bd10c8ec51b4195ecc4df5da2586250
parent522532b4fd790601a700b2c58d41b1c1cfd3ef14 (diff)
downloadpango-c184d3ac66c13a10e83431948e19303af19b3242.tar.gz
Update win32/coretext shaper signature
-rw-r--r--modules/basic/basic-coretext.c4
-rw-r--r--modules/basic/basic-win32.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/modules/basic/basic-coretext.c b/modules/basic/basic-coretext.c
index 33ce4798..0a2c27f8 100644
--- a/modules/basic/basic-coretext.c
+++ b/modules/basic/basic-coretext.c
@@ -359,7 +359,9 @@ basic_engine_shape (PangoEngineShape *engine,
const char *text,
gint length,
const PangoAnalysis *analysis,
- PangoGlyphString *glyphs)
+ PangoGlyphString *glyphs,
+ const char *paragraph_text G_GNUC_UNUSED,
+ unsigned int paragraph_length G_GNUC_UNUSED)
{
const char *p;
gulong n_chars, gs_i, gs_prev_i;
diff --git a/modules/basic/basic-win32.c b/modules/basic/basic-win32.c
index f22f9849..0ae78852 100644
--- a/modules/basic/basic-win32.c
+++ b/modules/basic/basic-win32.c
@@ -716,7 +716,9 @@ basic_engine_shape (PangoEngineShape *engine,
const char *text,
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;