[HarfBuzz] harfbuzz: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Mon Feb 26 09:05:19 UTC 2018
src/hb-aat-layout-ankr-table.hh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 05fbd14e715ed5d0f0f86388b1538ad8e8c7c506
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Mon Feb 26 01:04:16 2018 -0800
[aat/ankr] Minor
DEFINE_SIZE_MIN is to be used only in rare cases. For fixed-size structs
we want DEFINE_SIZE_STATIC.
diff --git a/src/hb-aat-layout-ankr-table.hh b/src/hb-aat-layout-ankr-table.hh
index 68fa96fc..f9d5cd3b 100644
--- a/src/hb-aat-layout-ankr-table.hh
+++ b/src/hb-aat-layout-ankr-table.hh
@@ -57,7 +57,7 @@ struct ankr
anchors; /* Offset to the glyph data table */
public:
- DEFINE_SIZE_MIN (12);
+ DEFINE_SIZE_STATIC (12);
};
} /* namespace AAT */
More information about the HarfBuzz
mailing list