XieSelectEvents(3X) — Subroutines
Digital
NAME
XieSelectEvents − This routine sets the event mask to enable specified XIE events on the XIE server.
C Format
XieSelectEvents(dpy, event_mask)
C Argument Information
Display ∗dpy;
unsigned long event_mask;
RETURN VALUES
None.
PARAMETERS
dpyThe dpy argument specifies the X11 display identifier returned by the XOpenDisplay routine.
event_maskThe event_mask argument specifies a bit mask that determines which XIE server events are enabled. The new mask replaces an existing mask.
| Symbol | Description |
| XieM_ComputationEvent | Completion of immediate mode image processing function |
| XieM_DisplayEvent | Completion of immediate mode export to drawable |
| XieM_PhotofloEvent | Completion of photoflo execution |
DESCRIPTION
This routine sets the event mask to enable specified XIE events on the XIE server.
XIE Events and Error Messages
Protocol Messages: X_ieSelectEvents
XIE event returned: None
XieLib errors: None
XieServer errors: None