XPutBackEvent(3X) XPutBackEvent(3X)NAME XPutBackEvent - puts events back on the queue SYNOPSIS XPutBackEvent (display, event) Display *display; XEvent *event; DESCRIPTION The XPutBackEvent function pushes an event back onto the head of the display's event 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 call XPutBackEvent. Arguments This function accepts the following arguments: display Specifies the connection to the X server. event Specifies a pointer to the XEvent structure. This structure is a union of the individual structures declared for each event type. SEE ALSO XAnyEvent(3X), XIfEvent(3X), XNextEvent(3X), XSendEvent(3X)Xlib - C Language InterfaceNovember, 1990 1