summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2010-11-02 11:22:01 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2010-11-03 06:36:14 +1000
commit556246beaffb42e1f58d816542d91e360ea02080 (patch)
tree20c4378f331a805a574491793234b1f949686542
parentccbebb111fb2084716fce67cb44b5bd8b86adbbc (diff)
man: XGetDeviceProperty(3) has no parameter 'pending'.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Julien Cristau <jcristau@debian.org>
-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.