From 56b11459f833df8f324587847534a548b070da94 Mon Sep 17 00:00:00 2001 From: kyomawolf Date: Thu, 5 Oct 2023 21:52:36 +0200 Subject: fixed wrong type in man page Part-of: --- man/XGetDeviceProperty.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man') 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, -- cgit v1.2.3