summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorkyomawolf <kyomawolf@kyomawolf.eu>2023-10-05 21:52:36 +0200
committerkyomawolf <jascha.kasper@gmail.com>2024-03-18 22:02:57 +0000
commit56b11459f833df8f324587847534a548b070da94 (patch)
treeb88f307240deb8ec91766abe84d71c6748743220 /man
parent57ce2e8ba4c1f1bc5792e14bc7082f3ebd0915be (diff)
fixed wrong type in man pageHEADmaster
Part-of: <https://gitlab.freedesktop.org/xorg/lib/libxi/-/merge_requests/14>
Diffstat (limited to 'man')
-rw-r--r--man/XGetDeviceProperty.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/XGetDeviceProperty.txt b/man/XGetDeviceProperty.txt
index 403aa96..7cfc52a 100644
--- a/man/XGetDeviceProperty.txt
+++ b/man/XGetDeviceProperty.txt
@@ -32,7 +32,7 @@ SYNOPSIS
Atom type,
int format,
int mode,
- const char *data,
+ const unsigned char *data,
int nelements)
void XDeleteDeviceProperty( Display *display,