PEXSetWorkstationWindow(3) — Subroutines
Name
PEXSetWorkstationWindow - Set Workstation Window
Synopsis
void PEXSetWorkstationWindow(Display ∗display, PEXWorkstation workstation, PEXNPCSubVolume ∗workstation_window)
Arguments
displayA pointer to a display structure returned by a successful XOpenDisplay call.
workstationThe resource identifier of the workstation.
workstation_window
The workstation window.
Returns
None
Description
This function set the requested NPC subvolume of the specified workstation. If the dynamic modification for the workstation window is PEXIMM, the current workstation window is set to the specified NPC subvolume and the workstation update is set to PEXNotPending; otherwise, the workstation update is set to PEXPending and the current workstation window is not changed.
Data Structures
typedef XID PEXWorkstation;
typedef struct {
PEXCoord min;
PEXCoord max;
} PEXNPCSubVolume;
typedef struct {
float x;
float y;
float z;
} PEXCoord;
Errors
BadPEXWorkstation
The specified workstation resource identifier is invalid.