Path: utzoo!attcan!uunet!husc6!bloom-beacon!EXPO.LCS.MIT.EDU!rws From: rws@EXPO.LCS.MIT.EDU Newsgroups: comp.windows.x Subject: Re: Porting X Applications to the DECstation 3100 Message-ID: <8908211657.AA04684@expire.lcs.mit.edu> Date: 21 Aug 89 16:57:35 GMT References: <10155@csli.Stanford.EDU> Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 13 1. I can't create a 1-bit deep top-level InputOutput window when the depth of the root screen is 8, although I should be able to. Why do you think you should be able to? 2. When I go around this by making all of my windows 8 bits deep, but copy into them from 1-bit deep pixmaps using CopyPlane, the result I get is totally wrong (old window pixel 1: pixmap pixel 1: plane arg to CopyPlane 1, GC plane mask FFFFFFFF, result window pixel 0). CopyPlane in this mode depends on the foreground/background values in the GC. You don't say what they are.