Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!bloom-beacon!EXPO.LCS.MIT.EDU!converse From: converse@EXPO.LCS.MIT.EDU (Donna Converse) Newsgroups: comp.windows.x Subject: Re: XCreateWindow with different depth Message-ID: <9002022321.AA04658@expo.lcs.mit.edu> Date: 2 Feb 90 23:21:37 GMT References: <22095.25c5d523@kuhub.cc.ukans.edu> Sender: root@athena.mit.edu (Wizard A. Root) Organization: X Consortium, MIT Laboratory for Computer Science Lines: 10 > I tried to XCreateWindow with the depth different from that of its parent, but > failed. It worked O.K. as long as I changed the depth to that of its parent. > What's the problem? The problem could be that the given depth is not supported for the screen. Run the client program xdpyinfo on the display; under the per-screen information it will tell you which depths are supported on each screen. converse@expo.lcs.mit.edu