summaryrefslogtreecommitdiff
path: root/src/XSetDVal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/XSetDVal.c')
-rw-r--r--src/XSetDVal.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/XSetDVal.c b/src/XSetDVal.c
index 43702b0..8b5a1c6 100644
--- a/src/XSetDVal.c
+++ b/src/XSetDVal.c
@@ -62,12 +62,12 @@ SOFTWARE.
#include "XIint.h"
int
-XSetDeviceValuators(dpy, dev, valuators, first_valuator, num_valuators)
- register Display *dpy;
- XDevice *dev;
- int *valuators;
- int first_valuator;
- int num_valuators;
+XSetDeviceValuators(
+ register Display *dpy,
+ XDevice *dev,
+ int *valuators,
+ int first_valuator,
+ int num_valuators)
{
xSetDeviceValuatorsReq *req;
xSetDeviceValuatorsReply rep;