PEXSetSurfaceEdgeFlag(3) — Subroutines
Name
PEXSetSurfaceEdgeFlag - Set Surface Edge Flag
Synopsis
void PEXSetSurfaceEdgeFlag(Display ∗display, XID resource_id, PEXOCRequestType req_type, int flag)
Arguments
displayA pointer to a display structure returned by a successful XOpenDisplay call.
resource_idThe resource identifier of the renderer or structure.
req_typeThe request type for the output command (PEXOCRender, PEXOCStore, PEXOCRenderSingle or PEXOCStoreSingle).
flagA flag indicating whether surface edge drawing is enabled or disabled (PEXOn or PEXOff).
Returns
None
Description
This function creates an output primitive attribute which sets the surface edge flag attribute. Values for the surface edge flag are PEXOn (enable surface edges) and PEXOff (disable surface edges).
Errors
BadPEXOutputCommand
The output command contains an invalid value.
BadPEXRenderer
The specified renderer resource identifier is invalid.
BadPEXStructure
The specified structure resource identifier is invalid.
See Also
PEXSetIndividualASF