man-pages/man3/Xfixes.3.html
2021-03-31 01:06:50 +01:00

92 lines
2.7 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Man page of XFIXES</TITLE>
</HEAD><BODY>
<H1>XFIXES</H1>
Section: C Library Functions (3)<BR>Updated: libXfixes 5.0.3<BR><A HREF="#index">Index</A>
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
<P>
<A NAME="lbAB">&nbsp;</A>
<H2>NAME</H2>
XFixes - Augmented versions of core protocol requests
<A NAME="lbAC">&nbsp;</A>
<H2>SYNTAX</H2>
#include &lt;<A HREF="file:///usr/include/X11/extensions/Xfixes.h">X11/extensions/Xfixes.h</A>&gt;
<PRE>
Bool XFixesQueryExtension (Display *<I>dpy</I>,
int *<I>event_base_return</I>, int *<I>error_base_return</I>);
Status XFixesQueryVersion (Display *<I>dpy</I>,
int *<I>major_version_return</I>,
int *<I>minor_version_return</I>);
void XFixesChangeSaveSet (Display *dpy,
Window <I>window</I>,
int <I>mode</I>,
int <I>target</I>,
int <I>map</I>);
</PRE>
<A NAME="lbAD">&nbsp;</A>
<H2>ARGUMENTS</H2>
<DL COMPACT>
<DT id="1"><I>display</I><DD>
Specifies the connection to the X server.
<DT id="2"><I>window</I><DD>
Specifies which window.
<DT id="3"><I>mode</I><DD>
Specifies the save set operation (SetModeInsert/SetModeDelete).
<DT id="4"><I>target</I><DD>
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.
<DT id="5"><I>map</I><DD>
Specifies the map mode (SaveSetMap/SaveSetUnmap) which selects whether the
save setmember window will be mapped or unmapped during save set processing.
</DL>
<A NAME="lbAE">&nbsp;</A>
<H2>DESCRIPTION</H2>
<B>Xfixes</B>
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.
<A NAME="lbAF">&nbsp;</A>
<H2>RESTRICTIONS</H2>
<B>Xfixes</B>
will remain upward compatible after the 1.0 release.
<A NAME="lbAG">&nbsp;</A>
<H2>AUTHORS</H2>
Keith Packard, member of the XFree86 Project, Inc. and
HP, Owen Taylor, member of the Gnome Foundation and Redhat, Inc.
<P>
<HR>
<A NAME="index">&nbsp;</A><H2>Index</H2>
<DL>
<DT id="6"><A HREF="#lbAB">NAME</A><DD>
<DT id="7"><A HREF="#lbAC">SYNTAX</A><DD>
<DT id="8"><A HREF="#lbAD">ARGUMENTS</A><DD>
<DT id="9"><A HREF="#lbAE">DESCRIPTION</A><DD>
<DT id="10"><A HREF="#lbAF">RESTRICTIONS</A><DD>
<DT id="11"><A HREF="#lbAG">AUTHORS</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
Time: 00:06:00 GMT, March 31, 2021
</BODY>
</HTML>