Path: utzoo!mnetor!tmsoft!torsqnt!news-server.csri.toronto.edu!rutgers!uwm.edu!zaphod.mps.ohio-state.edu!sdd.hp.com!ucsd!ucbvax!bloom-beacon!EXPO.LCS.MIT.EDU!rws From: rws@EXPO.LCS.MIT.EDU (Bob Scheifler) Newsgroups: comp.windows.x Subject: Re: Help: Printing a very large window using xdpr Message-ID: <9005081402.AA01187@expire.lcs.mit.edu> Date: 8 May 90 14:02:56 GMT References: <5556@maslow.ptolemy.arc.nasa.gov> Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 6 Is there any way to print out the entire window? GetImage only works for rectangles entirely on-screen. To do something larger, you'd have to hack xwd to create a pixmap, do a CopyArea to it, and then do a GetImage on the pixmap.