XLIB FUNCTIONS XPutBackEvent(3x11)
NAME
XPutBackEvent - put events back on the queue
SYNTAXcc [ flag... ] file... -lX11 [ library... ]
XPutBackEvent(Display *display, XEvent *event);
ARGUMENTS display Specifies the connection to the X server. event Specifies the event.DESCRIPTION
The XPutBackEvent function pushes an event back onto the
head of the display's event queue by copying the event into the queue. This can be useful if you read an event and then decide that you would rather deal with it later. There is no limit to the number of times in succession that you cancall XPutBackEvent.
SEE ALSO
XAnyEvent(3x11), XIfEvent(3x11), XNextEvent(3x11), XSendEvent(3x11)Xlib - C Language X Interface
ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:____________________________________________________________
| 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 1