summaryrefslogtreecommitdiff
path: root/modules/basic/basic-coretext.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/basic/basic-coretext.c')
-rw-r--r--modules/basic/basic-coretext.c4
1 files changed, 3 insertions, 1 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;