projects
/
m17n
/
libotf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bb2a77
)
(OTF_Glyph): New union member u.index.
author
handa
<handa>
Sat, 24 Jul 2004 02:43:23 +0000
(
02:43
+0000)
committer
handa
<handa>
Sat, 24 Jul 2004 02:43:23 +0000
(
02:43
+0000)
src/otf.h
patch
|
blob
|
history
diff --git
a/src/otf.h
b/src/otf.h
index
7e2e238
..
673775f
100644
(file)
--- 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;