summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2008-04-25 17:34:57 +0930
committerPeter Hutterer <peter@cs.unisa.edu.au>2008-04-25 17:36:16 +0930
commitef953b30eb212a65e2aa841c8ccdbbe9127b3b56 (patch)
tree33960ff16d1ec4fff7ba79ef6858c4ffb25d371a
parentdf2cf307c365feea924f2c907d8109cf53461a75 (diff)
Remove XChangePointerKeyboardPairing and XGetPairedPointer man pages.
Calls don't exist anymore.
-rw-r--r--man/XChangePointerKeyboardPairing.man53
-rw-r--r--man/XGetPairedPointer.man46
2 files changed, 0 insertions, 99 deletions
diff --git a/man/XChangePointerKeyboardPairing.man b/man/XChangePointerKeyboardPairing.man
deleted file mode 100644
index 02d9d0b..0000000
--- a/man/XChangePointerKeyboardPairing.man
+++ /dev/null
@@ -1,53 +0,0 @@
-.\" 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 XChangePointerKeyboardPairing __LIB_MAN_SUFFIX__ __xorgversion__ "X FUNCTIONS"
-.SH NAME
-XChangePointerKeyboardPairing \- change pointer a keyboard is paired with.
-.SH SYNTAX
-.HP
-XChangePointerKeyboardPairing\^(\^Display *\fIdisplay\fP\^, XDevice*
-\fIpointer\fP\^, XDevice *\fIkeyboard\fP\^);
-.fi
-\fP
-.SH ARGUMENTS
-.TP 12
-.I display
-Specifies the connection to the X server.
-.TP 12
-.I pointer
-The pointer the keyboard is to be paired with.
-.TP 12
-.I keyboard
-The keyboard to pair with the given pointer.
-.SH DESCRIPTION
-A keyboard needs to be paired to a pointer to function properly. Each time a
-keyboard-related request, reply or event requires pointer data (e.g.
-coordinates), this data is retrieved from the pointer. Similarly, the focus
-follows the paired pointer (depending on focus behaviour).
-.LP
-The \fIChangePointerKeyboardPairing\fP
-request changes the pointer for a given keyboard. A keyboard can only be
-paired with one pointer, but a pointer can be paired with multiple keyboards.
-.LP
-By default, a keyboard is paired with the first available unpaired pointer. If
-no unpaired pointer is available, the first available pointer is chosen. If no
-pointer device is available, the virtual core pointer is chosen.
-.LP
-\fIXChangePointerKeyboardPairing\fP can generate a \fIBadDevice\fP error.
-.SH DIAGNOSTICS
-.TP 12
-\fIBadDevice\fP
-An invalid device was specified. The specified device does not exist,
-or is not a pointer or keyboard device.
-.SH "SEE ALSO"
-XGetPairedPointer(__LIB_MAN_SUFFIX__)
-.br
-\fI\*(xL\fP
diff --git a/man/XGetPairedPointer.man b/man/XGetPairedPointer.man
deleted file mode 100644
index cc1d19f..0000000
--- a/man/XGetPairedPointer.man
+++ /dev/null
@@ -1,46 +0,0 @@
-.\" 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 XGetPairedPointer __LIB_MAN_SUFFIX__ __xorgversion__ "X FUNCTIONS"
-.SH NAME
-XGetPairedPointer \- get the ID of the pointer paired with the given keyboard.
-.SH SYNTAX
-.HP
-Bool XGetPairedPointer\^(\^Display *\fIdisplay\fP\^, XDevice
-*\fIkeyboard\fP\^, XID* deviceid);
-.fi
-\fP
-.SH ARGUMENTS
-.TP 12
-.I display
-Specifies the connection to the X server.
-.TP 12
-.I keyboard
-Specifies the keyboard device to query.
-.TP 12
-.I deviceid
-Returns the ID of the pointer device the keyboard is paired with.
-.SH DESCRIPTION
-The \fIXGetPairedPointer\fP
-request retrieves the ID of the device that is paired with the given keyboard.
-\fIXGetPairedPointer\fP returns \fITRUE\fP if the given keyboard is paired
-with a pointer device and sets \fIdeviceid\fP to the ID of this pointer
-device. Otherwise, \fIXGetPairedPointer\fP returns \fIFALSE\fP.
-.LP
-\fIXGetPairedPointer\fP can generate a \fIBadDevice\fP error.
-.SH DIAGNOSTICS
-.TP 12
-\fIBadDevice\fP
-An invalid device was specified. The specified device does not exist,
-or is not a keyboards device.
-.SH "SEE ALSO"
-XChangePointerKeyboardPairing(__LIB_MAN_SUFFIX__)
-.br
-\fI\*(xL\fP