Path: utzoo!attcan!uunet!cs.utexas.edu!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: Transparent background windows? Message-ID: <8906221501.AA07199@expo.lcs.mit.edu> Date: 22 Jun 89 15:01:07 GMT References: <293@sed170.HAC.COM> Sender: daemon@bloom-beacon.MIT.EDU Organization: X Consortium, MIT Laboratory for Computer Science Lines: 12 > Can a window be defined such that sibling windows that are obscured will > show through the background? You'll need an extension for dealing with overlay planes or else look into drawing on a common window and laying InputOnly windows on top of it. > Unfortunately, background_pixmap = None and background_pixel = undefined do > nothing of the sort that I need. Correct. They are intended for something else.