Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!cs.utexas.edu!rutgers!uwvax!oddjob!mimsy!dftsrv!ames!pasteur!agate!violet.berkeley.edu!jkh From: jkh@violet.berkeley.edu (Jordan K. Hubbard) Newsgroups: comp.windows.x Subject: Re: Bitmap files & multiplane displays Keywords: Pixmap, Bitmap Message-ID: <13871@agate.BERKELEY.EDU> Date: 3 Sep 88 03:40:22 GMT References: <229@stan.com> Sender: usenet@agate.BERKELEY.EDU Organization: University of California, Berkeley Lines: 19 In article <229@stan.com> garya@stan.com (Gary Aitken) writes: > XCreatePixmapFromBitmapData >will convert static data to a Pixmap suitable for use on a >multiplane display. > >However, it appears there is no way short of the client decoding >the bitmap file itself to get a bitmap file into Pixmap format. >Is this true, or am I missing something? A few months ago, I proposed XReadBitmapFileData() and submitted the (trivial) code to athena. I don't know what ever happened to it (some recent traffic seems to indicate that something is being decided on, but that't not clear). Being as I have to include this routine with every awm release (awm uses it heavily), I'm also really curious as to what is being done. Anyone from athena care to comment? Jordan