PEXPostStructure(3) — Subroutines
Name
PEXPostStructure - Post Structure to a Workstation
Synopsis
void PEXPostStructure(Display ∗display, PEXWorkstation workstation, PEXStructure structure, double priority)
Arguments
displayA pointer to a display structure returned by a successful XOpenDisplay call.
workstationThe resource identifier of the workstation.
structureThe resource identifier of the structure.
priorityThe priority of the newly-posted structure.
Returns
None
Description
This function adds the specified structure to the list of posted structures in the specified workstation. The priority is used to indicate the priority of the new posted structure relative to the structures already posted. If multiple structures are posted for display to the same display space location, the higher priority structure will be displayed. If two structures have the same priority, the last posted structure is considered of higher priority.
Data Structures
typedef XID PEXStructure;
typedef XID PEXWorkstation;
Errors
BadPEXStructure
The specified structure resource identifier is invalid.
BadPEXWorkstation
The specified workstation resource identifier is invalid.
See Also
PEXUnpostStructure, PEXUnpostAllStructures