summaryrefslogtreecommitdiff
path: root/man/XSetClientPointer.man
blob: 96d63f3b5b8a5e8e526c554dc8139d7fc5f9e2e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
.\" Copyright ([\d,\s]*) by Peter Hutterer
.\" 
.\" Permission to use, copy, modify, distribute, and sell this documentation 
.\" for any purpose and without fee is hereby granted, provided that the above
.\" copyright notice and this permission notice appear in all copies.
.\" The authors make no representations about the .\" suitability for any
.\" purpose of the information in this document.  It is .\" provided \`\`as is''
.\" without express or implied warranty.
.\" 
.ds xL Programming with Xlib
.TH XSetClientPointer __LIB_MAN_SUFFIX__ __xorgversion__ "X FUNCTIONS"
.SH NAME
SetClientPointer, XGetClientPointer \- set or get a client's ClientPointer 
.SH SYNTAX
.HP
XSetClientPointer\^(\^Display *\fIdisplay\fP\^, Window \fIwin\fP\^, XDevice *\fIdevice\fP\^); 
.HP
XID XGetClientPointer\^(\^Display *\fIdisplay\fP\^, Window \fIwin\fP\^);
.fi
\fP
.SH ARGUMENTS
.TP 12
.I display
Specifies the connection to the X server.
.TP 12
.I device
Specifies the device to set as ClientPointer.
.TP 12
.I win
Specifies a window belonging to the client. May be \fINone\fP.
.SH DESCRIPTION
The ClientPointer is the device that is used to fill non-XI protocol
requests, replies and events. Each time a protocol message needs
device-dependent data and the device is not explicitly given, the
ClientPointer device is used to obtain the data. For example, a
\fIXQueryPointer\fP request will return the coordinates of the ClientPointer.
The \fIXSetClientPointer\fP
request sets the ClientPointer device for the client that owns the given
window. If window is \fINone\fP, the requesting client's ClientPointer is set
to the given device.
.LP
The \fIXGetClientPointer\fP request returns the ClientPointer's device ID for
the client that owns the given window. If window is \fINone\fP, the requesting
client's ClientPointer is returned..
.LP
\fIXSetClientPointer\fP and \fIXGetClientPointer\fP can generate a
\fIBadDevice\fP and a \fIBadwindow\fP error.
.SH DIAGNOSTICS
.TP 12
\fIBadDevice\fP
An invalid device was specified.  The specified device does not exist,
or is not a pointer device.
.TP 12
\fIBadWindow\fP
A value for a Window argument does not name a defined Window.
.SH "SEE ALSO"
.br
\fI\*(xL\fP