PEXOCCNoop - Noop Output Command (5.1)


Synopsis

 
   void PEXOCCNoop(
        PEXOCC context
   )
 

 
   void PEXNoop(
        Display *display,
        XID resource_id,
        PEXOCRequestType req_type
   )
 

Arguments

context
An OC context returned by a successful PEXCreateOCC call.

display (OCC)
A pointer to a display structure returned by a successful XOpenDisplay call.

resource_id (OCC)
The resource identifier of the renderer or structure.

req_type (OCC)
The request type for the output command (PEXOCRender, PEXOCStore, PEXOCRenderSingle or PEXOCStoreSingle).

Returns

None.

Description

Invoke PEXOCCNoop to create a no-op output command which, when rendered, does nothing except update the current path.

Errors

BadPEXRenderer
The specified renderer resource identifier is invalid.

BadPEXStructure
The specified structure resource identifier is invalid.

See Also

See Structure Control and Miscellaneous Functions for an overview.