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:
1029b7e
)
(OTF_Anchor): Distinguish XDeviceTable and
author
handa
<handa>
Fri, 7 Jul 2006 05:45:36 +0000
(
05:45
+0000)
committer
handa
<handa>
Fri, 7 Jul 2006 05:45:36 +0000
(
05:45
+0000)
YDeviceTable.
src/otf.h
patch
|
blob
|
history
diff --git
a/src/otf.h
b/src/otf.h
index
d637850
..
550d259
100644
(file)
--- a/
src/otf.h
+++ b/
src/otf.h
@@
-799,10
+799,10
@@
typedef struct
int XCoordinate;
int YCoordinate;
union {
- union {
+ struct {
unsigned AnchorPoint;
} f1;
- union {
+ struct {
OTF_DeviceTable XDeviceTable;
OTF_DeviceTable YDeviceTable;
} f2;