Path: utzoo!utgpu!watserv1!watmath!att!cbnewsj!edix From: edix@cbnewsj.att.com (edward s gokhman) Newsgroups: comp.windows.x Subject: Re: Where is XtTransformCoords() ? Summary: a possible typo bug in Intrinsic.h file Message-ID: <1990Jul30.213054.4063@cbnewsj.att.com> Date: 30 Jul 90 21:30:54 GMT References: <981@dcl-vitus.comp.lancs.ac.uk> Organization: AT&T Bell Laboratories Lines: 12 In article <981@dcl-vitus.comp.lancs.ac.uk>, graham@comp.lancs.ac.uk (Mr.G.Dean) writes: > The intrinsics header file ("Intrinsic.h" - R3, R4) contains a > declaration of the "XtTransformCoords()" function. Anyone know > what library this is held in ? My code is compiling ok, but fails > to link because of - undefined symbol _XtTransformCoords. > > Is this function still available ?? > There is TransformCoords function in Xaw. The XtTranslateCoords function that does exist in Xaw and matches the XtTransformCoords declaration, on the other hand, is not defined in Intrinsic.h file. A bug?