PEXExecuteDeferredActions - Execute Deferred Workstation Actions


Synopsis

 
   void PEXExecuteDeferredActions(
        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 PEXExecuteDeferredActions to execute all deferred actions on the specified workstation.

This function makes current all requested attributes and sets the corresponding update attributes to PEXNotPending.

Errors

BadPEXWorkstation
The specified workstation resource identifier is invalid.

See Also

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