PEXExecuteDeferredActions(3) — Subroutines
Name
PEXExecuteDeferredActions - Execute Deferred Workstation Actions
Synopsis
void PEXExecuteDeferredActions(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 causes all deferred actions on the specified workstation to be executed. This will cause all requested attributes to be made current and the corresponding update attributes to be set to PEXNotPending.
Data Structures
typedef XID PEXWorkstation;
Errors
BadPEXWorkstation
The specified workstation resource identifier is invalid.
See Also
PEXRedrawAllStructures