PEXRedrawAllStructures - Redraw All Posted Structures


Synopsis

 
   void PEXRedrawAllStructures(
        Display *display,
        PEXWorkstation workstation
   )
 

Arguments

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

workstation
The resource identifier of the workstation.

Returns

None.

Description

Invoke PEXRedrawAllStructures to redraw all of the posted structures for the specified workstation.

First, if the workstation's display surface is PEXNotEmpty, then this function clears its drawable to the color stored in entry zero of the color table. Then, if any of its view, workstation, HLHSR or buffer update attributes is set to PEXPending, this function makes the requested values current and sets the update attributes to PEXNotPending. After this, all the posted structures are traversed and rendered (in priority order). Finally, the workstation's visual state is set to PEXCorrect.

Errors

BadPEXWorkstation
The specified workstation resource identifier is invalid.

See Also

For a list of PHIGS Workstation functions and related topics, see PHIGS Workstation.