XLIB FUNCTIONS XErrorEvent(3x11)
NAME
XErrorEvent - X error event structure
STRUCTURESThe XErrorEvent structure contains:
typedef struct { int type; Display *display; /* Display the event was read from */ unsigned long serial;/* serial number of failed request */unsigned char error_code;/* error code of failed request */
unsigned char request_code;/* Major op-code of failed request */
unsigned char minor_code;/* Minor op-code of failed request */
XID resourceid; /* resource id */} XErrorEvent;
When you receive this event, the structure members are set as follows. The serial member is the number of requests, starting from one, sent over the network connection since it was opened.It is the number that was the value of NextRequest immedi-
ately before the failing call was made. The request_code
member is a protocol request of the procedure that failed,as defined in
. SEE ALSO
AllPlanes(3x11), XAnyEvent(3x11), XButtonEvent(3x11), XCreateWindowEvent(3x11), XCirculateEvent(3x11), XCirculateRequestEvent(3x11), XColormapEvent(3x11), XConfigureEvent(3x11), XConfigureRequestEvent(3x11), XCrossingEvent(3x11), XDestroyWindowEvent(3x11), XExposeEvent(3x11), XFocusChangeEvent(3x11), XGraphicsExposeEvent(3x11), XGravityEvent(3x11), XKeymapEvent(3x11), XMapEvent(3x11), XMapRequestEvent(3x11), XPropertyEvent(3x11), XReparentEvent(3x11), XResizeRequestEvent(3x11), XSelectionClearEvent(3x11), XSelectionEvent(3x11), XSelectionRequestEvent(3x11), XUnmapEvent(3x11), XVisibilityEvent(3x11)Xlib - C Language X Interface
ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes: X Version 11 Last change: libX11 1.3.5 1XLIB FUNCTIONS XErrorEvent(3x11)
____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Availability | x11/library/libx11 ||_____________________________|_____________________________|
| Interface Stability | Committed ||_____________________________|_____________________________|
| MT-Level | See XInitThreads(3X11) |
|_____________________________|_____________________________|
X Version 11 Last change: libX11 1.3.5 2