From be3f2619a5294ce3bd321691eaa98b5331a0c1bf Mon Sep 17 00:00:00 2001 From: handa Date: Sat, 24 Jul 2004 02:43:23 +0000 Subject: [PATCH] (OTF_Glyph): New union member u.index. --- src/otf.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/otf.h b/src/otf.h index 7e2e238..673775f 100644 --- a/src/otf.h +++ b/src/otf.h @@ -1143,6 +1143,9 @@ typedef struct int positioning_type; union { struct { + int from, to; + } index; + struct { enum OTF_ValueFormat format; OTF_ValueRecord *value; } f1; -- 1.7.10.4