PEXRedrawAllStructures(3) — Subroutines
Name
PEXRedrawAllStructures - Redraw All Posted Structures
Synopsis
void PEXRedrawAllStructures(Display ∗display, PEXWorkstation workstation)
Arguments
displayA pointer to a display structure returned by a successful XOpenDisplay call.
workstationThe resource identifier of the workstation.
Returns
None
Description
This function redraws all of the posted structures for the workstation. First, if the workstation’s display surface is PEXNotEmpty, its drawable is cleared 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, the requested values are made current and the update attributes are set 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.
Data Structures
typedef XID PEXWorkstation;
Errors
BadPEXWorkstation
The specified workstation resource identifier is invalid.
See Also
PEXUpdateWorkstation, PEXExecuteDeferredActions