Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!bloom-beacon!ADEA-ATT.ARPA!dmg From: dmg@ADEA-ATT.ARPA (David Gagliano) Newsgroups: comp.windows.x Subject: Re: Can I get the background_pixmap of a window? Message-ID: <8808011828.AA03790@tatoosh> Date: 1 Aug 88 18:28:37 GMT Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 12 We are having a similar problem, with a pull down menu causing an expose event that makes the exposed window redraw. If we could just save a region of the hidden window's pixmap, do the pulldown, then restore the region, I would avoid the redraw. Of course, since the hidden window can change while my pull-downs are in effect, I may restore bad information. In that case, a full window redraw is appropriate. No clues from the way I've implemented the pull-downs, as the window that gets hidden/exposed is a black-box product; I only have an executable that I'm wrapping the X interface around. - Many Thanks, David M. Gagliano (dmg@adea-att.arpa)