Path: utzoo!attcan!uunet!ginosko!brutus.cs.uiuc.edu!apple!bloom-beacon!EXPO.LCS.MIT.EDU!rws From: rws@EXPO.LCS.MIT.EDU (Bob Scheifler) Newsgroups: comp.windows.x Subject: Re: Pixmap depths Message-ID: <8909111158.AA06574@expire.lcs.mit.edu> Date: 11 Sep 89 11:58:37 GMT References: <6788@nfs4.rl.ac.uk> Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 9 there seems to be no way with Xlib to find a list of valid depths, or to enquire whether a particular screen will support pixmaps of that depth if it cannot display them. Hmm, in R4 we're adding an interface so you can get the pixmap formats back, which gives you the total set of depths, but it looks like we'll still be missing a way to find out which non-window depths are supported on each screen. We'll look at this.