summaryrefslogtreecommitdiff
path: root/src/XChgDCtl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/XChgDCtl.c')
-rw-r--r--src/XChgDCtl.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/XChgDCtl.c b/src/XChgDCtl.c
index 952164c..c629c26 100644
--- a/src/XChgDCtl.c
+++ b/src/XChgDCtl.c
@@ -62,11 +62,11 @@ SOFTWARE.
#include "XIint.h"
int
-XChangeDeviceControl(dpy, dev, control, d)
- register Display *dpy;
- XDevice *dev;
- int control;
- XDeviceControl *d;
+XChangeDeviceControl(
+ register Display *dpy,
+ XDevice *dev,
+ int control,
+ XDeviceControl *d)
{
int length;
xChangeDeviceControlReq *req;