Path: utzoo!attcan!uunet!husc6!ogccse!blake!uw-beaver!cornell!mailrus!tut.cis.ohio-state.edu!bloom-beacon!HERKY.CS.UIOWA.EDU!mars From: mars@HERKY.CS.UIOWA.EDU (Richard Marciano) Newsgroups: comp.windows.x Subject: Xlib question about MOVING AREAS Message-ID: <8902172200.AA11931@herky.cs.uiowa.edu> Date: 17 Feb 89 22:00:06 GMT Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 16 Xlib provides functions with which on can copy an area or a bit-plane. Typically: to copy an area of a specified window between windows of the same root and depth one can use "XCopyArea(dpy, fromw, tow, gc, x, y, width, height, destx, desty)" My problem is that I would like to use "XMoveArea" which was an Xlib Version 10 primitive, but which no longer seems to be present in Version 11! How can I use "XMoveArea" in version 11? Or is there an equivalent primitive? Thanks for any help I can get with that. Richard Marciano mars@herky.cs.uiowa.edu ***********************