From: handa Date: Fri, 7 Jul 2006 05:45:36 +0000 (+0000) Subject: (OTF_Anchor): Distinguish XDeviceTable and X-Git-Tag: REL-0-9-5~22 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=0efb1da208b1af82ba6008a200d77e4f9fd2e4a0;p=m17n%2Flibotf.git (OTF_Anchor): Distinguish XDeviceTable and YDeviceTable. --- diff --git a/src/otf.h b/src/otf.h index d637850..550d259 100644 --- 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;