summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2010-11-02 11:22:01 +1000
committerJulien Cristau <jcristau@debian.org>2010-11-18 17:26:05 +0100
commitce6d089367d35d20d27fcb97878e076e1009296e (patch)
treeac9557a78d6c2db69a9bd52284d7f851855fea0e
parentdc9d2fd462ef3ba5176c74a2456822fe1671053d (diff)
downloadxorg-lib-libXi-libXi-1.3-branch.tar.gz
man: XGetDeviceProperty(3) has no parameter 'pending'.libXi-1.3-branch
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Julien Cristau <jcristau@debian.org> (cherry picked from commit 556246beaffb42e1f58d816542d91e360ea02080)
-rw-r--r--man/XGetDeviceProperty.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/man/XGetDeviceProperty.txt b/man/XGetDeviceProperty.txt
index b557216..403aa96 100644
--- a/man/XGetDeviceProperty.txt
+++ b/man/XGetDeviceProperty.txt
@@ -19,7 +19,6 @@ SYNOPSIS
long offset,
long length,
Bool delete,
- Bool pending,
Atom req_type,
Atom *actual_type_return,
int *actual_format_return,
@@ -96,10 +95,6 @@ SYNOPSIS
Specifies the offset in the specified property (in
32-bit quantities) where the data is to be retrieved.
- pending
- Specifies whether to retrieve the pending state of the
- property or the current state.
-
property
Specifies the property to modify or query.