.\" @(#)PEXUpdateWorkstation.3 1.4 95/03/24 SMI; .so man3/pex.macs .TH PEXUpdateWorkstation 3 "May 1995" "Solaris PEXlib Reference Manual" "" .SH NAME PEXUpdateWorkstation - Update Workstation .SH SYNTAX .HP void PEXUpdateWorkstation\^(\^Display *\fIdisplay\fP\^, PEXWorkstation \fIworkstation\fP\^) .SH PARAMETERS .IP \fIdisplay\fP 1i A pointer to a display structure returned by a successful .B XOpenDisplay call. .IP \fIworkstation\fP 1i The resource identifier of the workstation. .SH RETURNS .LP None .SH DESCRIPTION .\" indexing .IX PEXUpdateWorkstation .LP This function will perform actions identical to .BR PEXRedrawAllStructures (3) on the specified .I workstation if the workstation's visual state is currently set to .B PEXDeferred or .B PEXSimulated. .SH DATA STRUCTURES .LP .nf typedef XID PEXWorkstation; .sp .fi .SH ERRORS .TP .SB BadPEXWorkstation The specified workstation resource identifier is invalid. .SH SEE ALSO .LP .nf .BR PEXRedrawAllStructures (3) .fi