mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-21 20:26:45 +00:00
input: Add labels to buttons and valuators - ABI_XINPUT_VERSION 7
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
17f9723f48
commit
a30fef9956
14 changed files with 201 additions and 42 deletions
|
|
@ -73,6 +73,7 @@ extern _X_EXPORT int InitProximityClassDeviceStruct(
|
|||
extern _X_EXPORT void InitValuatorAxisStruct(
|
||||
DeviceIntPtr /* dev */,
|
||||
int /* axnum */,
|
||||
Atom /* label */,
|
||||
int /* minval */,
|
||||
int /* maxval */,
|
||||
int /* resolution */,
|
||||
|
|
|
|||
Loading…
Reference in a new issue