summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-10-08 21:40:53 +0300
committerDaniel Stone <daniels@endtroducing.fooishbar.org>2006-10-08 21:40:53 +0300
commit1546a398144619a14ff06aaf84ebc1bf293eac66 (patch)
tree5e45dd1ffd59d2c3808e99530aca6b009c6eec91 /include
parentb05a11478edc7e6d1e38ef7f8d6788c7bd917493 (diff)
GetKeyboardValuatorEvents: also take first_valuator param
Take a first_valuator parameter, which specifies the first valuator.
Diffstat (limited to 'include')
-rw-r--r--include/input.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/input.h b/include/input.h
index 72f67c2a6..3e3d16d2b 100644
--- a/include/input.h
+++ b/include/input.h
@@ -402,7 +402,8 @@ extern int GetKeyboardValuatorEvents(
DeviceIntPtr pDev,
int type,
int key_code,
- int num_axes,
+ int first_valuator,
+ int num_valuator,
int *valuators);
extern DeviceIntPtr LookupDeviceIntRec(