Path: utzoo!utgpu!attcan!uunet!seismo!sundc!pitstop!sun!decwrl!labrea!rutgers!tut.cis.ohio-state.edu!bloom-beacon!EXPO.LCS.MIT.EDU!jim From: jim@EXPO.LCS.MIT.EDU (Jim Fulton) Newsgroups: comp.windows.x Subject: Re: Bitmap files & multiplane displays Message-ID: <8809022206.AA08629@EXPO.LCS.MIT.EDU> Date: 2 Sep 88 22:06:48 GMT References: <229@stan.com> Sender: daemon@bloom-beacon.MIT.EDU Organization: X Consortium, MIT Laboratory for Computer Science Lines: 8 > generating a pixmap from a bitmap file? Create a GC with foreground and background set to the right colors, graphics_exposures false, and function GXcopy. Then do a CopyPlane from the bitmap to the pixmap. Look at xsetroot.