~ubuntu-branches/ubuntu/natty/libxfixes/natty

« back to all changes in this revision

Viewing changes to man/Xfixes.3

  • Committer: Bazaar Package Importer
  • Author(s): Jamey Sharp
  • Date: 2006-11-27 15:19:42 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20061127151942-f5uxe2f75pb5rm7k
* libXfixes: Unlocks the Display without having it locked (Closes:
  #400446)
* Add Josh and myself to Uploaders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.\"
2
 
.\" $XFree86: xc/lib/Xfixes/Xfixes.man,v 1.1 2002/11/30 06:21:45 keithp Exp $
3
 
.\"
4
 
.\" Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc.
5
 
.\"
6
 
.\" Permission to use, copy, modify, distribute, and sell this software and its
7
 
.\" documentation for any purpose is hereby granted without fee, provided that
8
 
.\" the above copyright notice appear in all copies and that both that
9
 
.\" copyright notice and this permission notice appear in supporting
10
 
.\" documentation, and that the name of Keith Packard not be used in
11
 
.\" advertising or publicity pertaining to distribution of the software without
12
 
.\" specific, written prior permission.  Keith Packard makes no
13
 
.\" representations about the suitability of this software for any purpose.  It
14
 
.\" is provided "as is" without express or implied warranty.
15
 
.\"
16
 
.\" KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
17
 
.\" INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
18
 
.\" EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
19
 
.\" CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
20
 
.\" DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
21
 
.\" TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
22
 
.\" PERFORMANCE OF THIS SOFTWARE.
23
 
.\"
24
 
.de TQ
25
 
.br
26
 
.ns
27
 
.TP \\$1
28
 
..
29
 
.TH XFIXES 3 "Version 1.0" "XFree86"
30
 
 
31
 
.SH NAME
32
 
XFixes \- Augmented versions of core protocol requests
33
 
.SH SYNTAX
34
 
\&#include <X11/extensions/Xfixes.h>
35
 
.nf    
36
 
.sp
37
 
Bool XFixesQueryExtension \^(\^Display *\fIdpy\fP, 
38
 
        int *\fIevent_basep\fP, int *\fIerror_basep\fP\^);
39
 
.sp
40
 
Status XFixesQueryVersion \^(\^Display *\fIdpy\fP,
41
 
        int *\fImajor_versionp\fP,
42
 
        int *\fIminor_versionp\fP\^);
43
 
.sp
44
 
void XFixesChangeSaveSet \^(\^Display *dpy,
45
 
        Window \fIwindow\fP,
46
 
        int \fImode\fP,
47
 
        int \fItarget\fP,
48
 
        int \fImap\fP);
49
 
.fi
50
 
.SH ARGUMENTS
51
 
.IP \fIdisplay\fP 1i
52
 
Specifies the connection to the X server.
53
 
.IP \fIwindow\fP 1i
54
 
Specifies which window.
55
 
.IP \fImode\fP 1i
56
 
Specifies the save set operation (SetModeInsert/SetModeDelete).
57
 
.IP \fItarget\fP 1i
58
 
Specifies the target when executing the save set
59
 
(SaveSetNearest/SaveSetRoot).  In SaveSetNearest mode, the save set member
60
 
window will be reparented to the nearest window not owned by the save set
61
 
client.  In SaveSetRoot mode, the save set member window will be reparented
62
 
to the root window.
63
 
.IP \fImap\fP 1i
64
 
Specifies the map mode (SaveSetMap/SaveSetUnmap) which selects whether the
65
 
save setmember window will be mapped or unmapped during save set processing.
66
 
.SH DESCRIPTION
67
 
.B Xfixes
68
 
is a simple library designed to interface the X Fixes
69
 
Extension.  This extension provides application with work arounds for
70
 
various limitations in the core protocol.
71
 
.SH RESTRICTIONS
72
 
.B Xfixes
73
 
will remain upward compatible after the current 1.0 release.
74
 
.SH AUTHORS
75
 
Keith Packard, member of the XFree86 Project, Inc. and
76
 
HP, Owen Taylor, member of the Gnome Foundation and Redhat, Inc.