summaryrefslogtreecommitdiff
path: root/include/input.h
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-10-08 16:18:05 +0300
committerDaniel Stone <daniels@endtroducing.fooishbar.org>2006-10-08 16:18:05 +0300
commit58314756aeecbb8fb04706c3e04d98e9ac531a02 (patch)
tree907e18d4adf4b23adcf14b82094c55cef6016433 /include/input.h
parent84f5d2291c1fe92fd8358e999e909bf3aab86c98 (diff)
GetPointerEvents: add first_valuator parameter
Add a first_valuator parameter. Looks correct by inspection, but untested with first_valuator != 0 as yet.
Diffstat (limited to 'include/input.h')
-rw-r--r--include/input.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/input.h b/include/input.h
index 66d03d0fb..72f67c2a6 100644
--- a/include/input.h
+++ b/include/input.h
@@ -387,7 +387,8 @@ extern int GetPointerEvents(
int type,
int buttons,
int flags,
- int num_axes,
+ int first_valuator,
+ int num_valuators,
int *valuators);
extern int GetKeyboardEvents(