This manual page is for Mac OS X version 10.6.3

If you are running a different version of Mac OS X, view the documentation locally:

  • In Terminal, using the man(1) command

Reading manual pages

Manual pages are intended as a quick reference for people who already understand a technology.

  • For more information about the manual page format, see the manual page for manpages(5).

  • For more information about this technology, look for other documentation in the Apple Reference Library.

  • For general information about writing shell scripts, read Shell Scripting Primer.



XFIXES(3)                                                                                          XFIXES(3)



NAME
       XFixes - Augmented versions of core protocol requests

SYNTAX
       #include <X11/extensions/Xfixes.h>

       Bool XFixesQueryExtension (Display *dpy,
            int *event_basep, int *error_basep);

       Status XFixesQueryVersion (Display *dpy,
            int *major_versionp,
            int *minor_versionp);

       void XFixesChangeSaveSet (Display *dpy,
            Window window,
            int mode,
            int target,
            int map);

ARGUMENTS
       display   Specifies the connection to the X server.

       window    Specifies which window.

       mode      Specifies the save set operation (SetModeInsert/SetModeDelete).

       target    Specifies the target when executing the save set (SaveSetNearest/SaveSetRoot).  In SaveSet-Nearest SaveSetNearest
                 Nearest 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.

       map       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  Founda-tion Foundation
       tion and Redhat, Inc.



XFree86                                          Version 1.0                                       XFIXES(3)

Reporting Problems

The way to report a problem with this manual page depends on the type of problem:

Content errors
Report errors in the content of this documentation with the feedback links below.
Bug reports
Report bugs in the functionality of the described tool or API through Bug Reporter.
Formatting problems
Report formatting mistakes in the online version of these pages with the feedback links below.

Did this document help you? Yes It's good, but... Not helpful...