Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ SetPlnMask(3X) — DeltaWindows 1.3.3 Release 4 Version 4.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

 

NAME

XSetPlaneMask — set the plane mask in a graphics context. 

SYNOPSIS

XSetPlaneMask(display, gc, plane_mask) Display ∗display; GC gc;  unsigned long plane_mask;

ARGUMENTS

displaySpecifies a connection to an X server; returned from XOpenDisplay(). 

gcSpecifies the graphics context. 

plane_mask
Specifies the plane mask.  You can use the macro AllPlanes() if desired. 

DESCRIPTION

XSetPlaneMask() sets the plane_mask component of the specified GC.  The plane_mask determines which planes of the destination drawable are affected by a graphics request. 

For more information, see Volume One, Chapter 5, The Graphics Context. 

ERRORS

BadAlloc
BadGC

SEE ALSO

XDefaultGC(), XChangeGC(), XCopyGC(), XCreateGC(), XFreeGC(), XGContextFromGC(), XSetArcMode(), XSetBackground(), XSetClipMask(), XSetClipOrigin(), XSetClipRectangles(), XSetDashes(), XSetFillRule(), XSetFillStyle(), XSetForeground(), XSetFunction(), XSetGraphicsExposures(), XSetLineAttributes(), XSetState(), XSetStipple(), XSetSubwindowMode(), XSetTSOrigin(). 

Xlib Reference Manual

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026