Path: utzoo!mnetor!uunet!lll-winken!lll-tis!ames!amdahl!nsc!decwrl!karlton From: karlton@decwrl.dec.com (Philip Karlton) Newsgroups: comp.windows.x Subject: Re: getimage Message-ID: <342@bacchus.DEC.COM> Date: 30 Mar 88 22:21:58 GMT References: <2082@elrond.CalComp.COM> Reply-To: karlton@decwrl.UUCP (Philip Karlton) Organization: DEC Western Software Lab, Palo Alto, CA Lines: 8 In article <2082@elrond.CalComp.COM> jam@elrond.UUCP () writes: >when doing an XGetImage, should I expect the cursor to be part of the returned >image (if it is in the area where I am grabbing bits)? The cursor is not part of the image being returned. GetImage is defined in terms of a rectangle in a given drawable. The cursor is not part of any drawable. PK