Path: utzoo!attcan!uunet!cs.utexas.edu!tut.cis.ohio-state.edu!bloom-beacon!EXPO.LCS.MIT.EDU!rws From: rws@EXPO.LCS.MIT.EDU (Bob Scheifler) Newsgroups: comp.windows.x Subject: Re: Scrolling Text In a Window Message-ID: <8904191150.AA07294@EXPIRE.LCS.MIT.EDU> Date: 19 Apr 89 11:50:09 GMT References: <12262@paris.ics.uci.edu> Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 10 Right now I am using a the sequence: XGetImage, XClearWindow, XPutImage, then draw the new text line. Gaak! I am hoping there is a better way. Yes. Take a look at XCopyArea, and note that it is perfectly reasonable (in fact normal) for the source and destination drawables to be the same.