From 0efb1da208b1af82ba6008a200d77e4f9fd2e4a0 Mon Sep 17 00:00:00 2001 From: handa Date: Fri, 7 Jul 2006 05:45:36 +0000 Subject: [PATCH] (OTF_Anchor): Distinguish XDeviceTable and YDeviceTable. --- src/otf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 1.7.10.4