home *** CD-ROM | disk | FTP | other *** search
-
-
-
- XdbeQueryExtension(3X11) X FUNCTIONS XdbeQueryExtension(3X11)
-
-
- NNAAMMEE
- XdbeQueryExtension - returns the version of DBE supported
- by the server.
-
- SSYYNNOOPPSSIISS
- #include <X11/extensions/Xdbe.h>
-
- Status XdbeQueryExtension(
- Display *dpy,
- int *major_version_return,
- int *minor_version_return)
-
- DDEESSCCRRIIPPTTIIOONN
- Sets _m_a_j_o_r___v_e_r_s_i_o_n___r_e_t_u_r_n and _m_i_n_o_r___v_e_r_s_i_o_n___r_e_t_u_r_n to the
- major and minor DBE protocol version supported by the
- server. If the DBE library is compatible with the version
- returned by the server, this function returns non-zero.
- If _d_p_y does not support the DBE extension, or if there was
- an error during communication with the server, or if the
- server and library protocol versions are incompatible,
- this function returns zero. No other Xdbe functions may
- be called before this function. If a client violates this
- rule, the effects of all subsequent Xdbe calls that it
- makes are undefined.
-
- SSEEEE AALLSSOO
- DBE, _X_d_b_e_A_l_l_o_c_a_t_e_B_a_c_k_B_u_f_f_e_r_N_a_m_e_(_)_, _X_d_b_e_B_e_g_i_n_I_d_i_o_m_(_)_, _X_d_b_e_-
- _D_e_a_l_l_o_c_a_t_e_B_a_c_k_B_u_f_f_e_r_N_a_m_e_(_)_, _X_d_b_e_E_n_d_I_d_i_o_m_(_)_, _X_d_b_e_F_r_e_e_V_i_s_u_-
- _a_l_I_n_f_o_(_)_, _X_d_b_e_G_e_t_B_a_c_k_B_u_f_f_e_r_A_t_t_r_i_b_u_t_e_s_(_)_, _X_d_b_e_G_e_t_V_i_s_u_a_l_-
- _I_n_f_o_(_)_, _X_d_b_e_S_w_a_p_B_u_f_f_e_r_s_(_)_.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- X Version 11 Release 6.1 1
-
-
-