Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!lll-lcc!ames!ucbcad!ucbvax!ATHENA.MIT.EDU!newman From: newman@ATHENA.MIT.EDU (Ron Newman) Newsgroups: comp.windows.x Subject: Re: query: X analog to suntools memory pixrect pr_rop? Message-ID: <8703230229.AA00239@ORPHEUS.MIT.EDU> Date: Sun, 22-Mar-87 21:29:19 EST Article-I.D.: ORPHEUS.8703230229.AA00239 Posted: Sun Mar 22 21:29:19 1987 Date-Received: Tue, 24-Mar-87 01:48:12 EST Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 15 ...what I want to be able to do is to do lots of raster operations to a destination that is not an X window, and use X to display the results in one fell swoop. You can't do this in X 10. In X 11, you can create an off-screen Pixmap, do all of your raster-ops (or text painting, or line or curve drawing) to that Pixmap, and then use the CopyArea request to copy bits from the Pixmap to a Window of your choice. I understand that X is not a window system... X certainly *is* a window system! /Ron