Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!wuarchive!zaphod.mps.ohio-state.edu!think!mintaka!bloom-beacon!EXPO.LCS.MIT.EDU!rws From: rws@EXPO.LCS.MIT.EDU (Bob Scheifler) Newsgroups: comp.windows.x Subject: Re: How to read a bitmap file into a pixmap? Message-ID: <8912191828.AA07008@expire.lcs.mit.edu> Date: 19 Dec 89 18:28:52 GMT References: <2307@bacchus.dec.com> Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 5 The easiest way is probably XReadBitmapFile then XCopyPlane into your window. XmuCreatePixmapFromBitmap does this.