home *** CD-ROM | disk | FTP | other *** search
-
-
-
- XPutBackEvent(3X11) XLIB FUNCTIONS XPutBackEvent(3X11)
-
-
- NNAAMMEE
- XPutBackEvent - put events back on the queue
-
- SSYYNNTTAAXX
- XPutBackEvent(_d_i_s_p_l_a_y, _e_v_e_n_t)
- Display *_d_i_s_p_l_a_y;
- XEvent *_e_v_e_n_t;
-
- AARRGGUUMMEENNTTSS
- _d_i_s_p_l_a_y Specifies the connection to the X server.
-
- _e_v_e_n_t Specifies the event.
-
- DDEESSCCRRIIPPTTIIOONN
- The _X_P_u_t_B_a_c_k_E_v_e_n_t 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 can call _X_P_u_t_B_a_c_k_E_v_e_n_t.
-
- SSEEEE AALLSSOO
- XAnyEvent(3X11), XIfEvent(3X11), XNextEvent(3X11), XSendE-
- vent(3X11)
- _X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- X Version 11 Release 6.1 1
-
-
-