XPutBackEvent(3X) — X Version 11
NAME
XPutBackEvent − put events back on the queue
SYNTAX
XPutBackEvent(display, event)
Display ∗display;
XEvent ∗event;
ARGUMENTS
displaySpecifies the connection to the X server.
eventSpecifies a pointer to the XEvent structure. This structure is a union of the individual structures declared for each event type.
DESCRIPTION
The XPutBackEvent function pushes an event back onto the head of the display’s event queue.
SEE ALSO
XFlush(3X), XIfEvent(3X)
Xlib − C Language X Interface
1 March 1988