PEXUpdateWorkstation(3) — Subroutines
Name
PEXUpdateWorkstation - Update Workstation
Synopsis
void PEXUpdateWorkstation(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 will perform actions identical to PEXRedrawAllStructures on the specified workstation if the workstation’s visual state is currently set to PEXDeferred or PEXSimulated.
Data Structures
typedef XID PEXWorkstation;
Errors
BadPEXWorkstation
The specified workstation resource identifier is invalid.
See Also
PEXRedrawAllStructures