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 Newsgroups: comp.windows.x Subject: Re: question: XCopyArea and FillStippled Message-ID: <8906101708.AA07213@expire.lcs.mit.edu> Date: 10 Jun 89 17:08:51 GMT References: <1010@infovax.lan.informatik.tu-muenchen.dbp.de> Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 10 I have a problem with the XCopyArea call of Xlib: Does this function support Tiling and Stippling? No. There's an easy way to determine this. Look in the protocol spec (e.g. page 410 in the Digital Press book) under the "GC components:" section of the CopyArea request (and the lack of a "GC mode-dependent components:". Compare this, e.g., with PolyFillRectangle (page 416). Notice that PolyFillRectangle references fill-style, tile, and stipple, whereas CopyArea does not.