Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!hellgate.utah.edu!caen!zaphod.mps.ohio-state.edu!samsung!munnari.oz.au!metro!usage.csd.unsw.oz.au!decus!taylort From: taylort@decus.com.au (Trevor Taylor) Newsgroups: comp.windows.x Subject: Are _Xxxxx routines supposed to be visible? Message-ID: <8769.27caecba@decus.com.au> Date: 26 Feb 91 13:18:17 GMT Organization: DECUS, South Pacific Chapter Lines: 23 I'm currently porting the MIT R4 clients to VMS and I have found that xpr and xwud call a routine _XInitImageFuncPtrs() so that they can manipulate an image structure using the Xlib routines without actually creating an image. The problem is that VMS uses shared libraries, and very few of the _Xxxxx routines are visible. Now to the question: Are these "internal" routines supposed to be available to the applications programmer? Would anyone in the Consortium care to answer? If they are part of the definition (which I doubt) then should DEC be making them accessible? Failing that, should this routine have an external interface in R5? It's not very polite for the MIT code to "cheat" :-) /*--------------------------------------------------------------------*/ /* Trevor Taylor E-Mail: TaylorT@decus.com.au */ /* P.O. Box 155 T.Taylor@praxa.com.au */ /* Aspley 4034 Phone: +(61) 7 369-8100 */ /* Australia Fax: +(61) 7 369-0722 */ /*--------------------------------------------------------------------*/