PEXNoop(3) — Subroutines
Name
PEXNoop - Noop Output Command
Synopsis
void PEXNoop(Display ∗display, XID resource_id, PEXOCRequestType req_type)
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).
Returns
None
Description
This function creates a no-op output command which, when rendered, will do nothing except update the current path.
Errors
BadPEXRenderer
The specified renderer resource identifier is invalid.
BadPEXStructure
The specified structure resource identifier is invalid.