diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-09-24 13:10:26 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-09-24 13:15:15 +1000 |
commit | bff36ef5797d7da11972ee22ea224e207af77455 (patch) | |
tree | 2d63a55ff1ffc5d7f4903a98e5e5ce7443f26823 /man/XQueryDeviceState.txt | |
parent | 9c5ba6ff3fcff30507f285f2e67afbdb296a2318 (diff) |
man: correct XQueryDeviceState return value.
And one indentation fix in the same man page.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'man/XQueryDeviceState.txt')
-rw-r--r-- | man/XQueryDeviceState.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/XQueryDeviceState.txt b/man/XQueryDeviceState.txt index cd9f982..41cdd2c 100644 --- a/man/XQueryDeviceState.txt +++ b/man/XQueryDeviceState.txt @@ -12,8 +12,8 @@ SYNOPSIS #include <X11/extensions/XInput.h> - int XQueryDeviceState( Display *display, - XDevice *device); + XDeviceState* XQueryDeviceState( Display *display, + XDevice *device); display Specifies the connection to the X server. @@ -34,7 +34,7 @@ DESCRIPTION XQueryDeviceState can generate a BadDevice error. -Structures + Structures: The XDeviceState structure contains: |