PEXEndStructure(3) — Subroutines
Name
PEXEndStructure - Restore Rendering Pipeline State
Synopsis
void PEXEndStructure(Display ∗display, PEXRenderer renderer)
Arguments
displayA pointer to a display structure returned by a successful XOpenDisplay call.
rendererThe resource identifier of the renderer.
Returns
None
Description
Application programs can use this function to simulate the side effects of the return from an "execute structure" output command. This request restores the last-saved rendering pipeline attributes in renderer. This request also removes the last element reference in the renderer’s current path. Subsequent output commands cause the element offset of the element reference at the end of the list to be incremented.
Errors
BadPEXRenderer
The specified renderer resource identifier is invalid.
BadPEXRendererState
There is no matching begin structure.
See Also
PEXBeginStructure, PEXExecuteStructure, PEXCreateRenderer