NAME

XFixes - Augmented versions of core protocol requests

SYNTAX

#include


Bool XFixesQueryExtension (Display *_d_p_y, int *_e_v_e_n_t___b_a_s_e_p, int *_e_r_r_o_r___b_a_s_e_p);

Status XFixesQueryVersion (Display *_d_p_y, int *_m_a_j_o_r___v_e_r_s_i_o_n_p, int *_m_i_n_o_r___v_e_r_s_i_o_n_p);

void XFixesChangeSaveSet (Display *dpy, Window _w_i_n_d_o_w, int _m_o_d_e, int _t_a_r_g_e_t, int _m_a_p);

ARGUMENTS

_d_i_s_p_l_a_y Specifies the connection to the X server.
_w_i_n_d_o_w Specifies which window.
_m_o_d_e Specifies the save set operation (SetModeInsert/SetModeDelete).
_t_a_r_g_e_t Specifies the target when executing the save set
(SaveSetNearest/SaveSetRoot). In SaveSetNearest mode, the save set member window will be reparented to the nearest window not owned by the save set client. In SaveSetRoot mode, the save set member window will be reparented to the root window.
_m_a_p Specifies the map mode (SaveSetMap/SaveSetUnmap) which selects whether the
save setmember window will be mapped or unmapped during save set processing.

DESCRIPTION

Xfixes is a simple library designed to interface the X Fixes Extension. This extension provides application with work arounds for various limitations in the core protocol.

RESTRICTIONS

Xfixes will remain upward compatible after the current 1.0 release.

AUTHORS

Keith Packard, member of the XFree86 Project, Inc. and HP, Owen Taylor, member of the Gnome Foundation and Redhat, Inc.