[comp.windows.x] Xlib question about MOVING AREAS

mars@HERKY.CS.UIOWA.EDU (Richard Marciano) (02/18/89)

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
***********************