From 910a137f4ef61b4986fb9071253e25b4f9c56c06 Mon Sep 17 00:00:00 2001 From: Garret Rieger Date: Wed, 29 Jun 2022 00:05:35 +0000 Subject: [PATCH] [reorg] Fix propagate_attachment_offsets definition. --- src/OT/Layout/GPOS.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/OT/Layout/GPOS.hh b/src/OT/Layout/GPOS.hh index 91ca3e520..224d6b746 100644 --- a/src/OT/Layout/GPOS.hh +++ b/src/OT/Layout/GPOS.hh @@ -69,7 +69,8 @@ static void propagate_attachment_offsets (hb_glyph_position_t *pos, unsigned int len, unsigned int i, - hb_direction_t direction) + hb_direction_t direction, + unsigned nesting_level) { /* Adjusts offsets of attached glyphs (both cursive and mark) to accumulate * offset of glyph they are attached to. */