[comp.windows.x] XSetRegion

thach@hawk.ulowell.edu (Tak) (05/05/90)

how do i cancel the effect of XSetRegion(); 
i.e: how can i restore a graphics context to the value
before XSetRegion 's called to clip it?

Please reply to trandu@willow.ulowell.edu

Thanks.
Thach.
.

rws@EXPO.LCS.MIT.EDU (Bob Scheifler) (05/06/90)

    how do i cancel the effect of XSetRegion(); 

With XSetClipMask(dpy, gc, None).