Path: utzoo!attcan!uunet!snorkelwacker.mit.edu!bloom-beacon!dont-send-mail-to-path-lines From: rws@expo.lcs.mit.EDU (Bob Scheifler) Newsgroups: comp.windows.x Subject: Re: Are _Xxxxx routines supposed to be visible? Message-ID: <9102271509.AA15942@expire.lcs.mit.edu> Date: 27 Feb 91 15:09:55 GMT References: <8769.27caecba@decus.com.au> Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 11 Are these "internal" routines supposed to be available to the applications programmer? The Xlib XImage functional design is quite broken, and no one has had the stomach to fix it. The problem here is that XCreateImage obtains several parameters from the display argument, there is no way to specify explicit values when the data is coming from a file. This is ludicrous. Since the internal functions stored in the XImage can depend on these values, xwud is calling an internal function to get the job done. Perhaps, someday, this will all get fixed.