diff options
Diffstat (limited to 'src/XChgDCtl.c')
-rw-r--r-- | src/XChgDCtl.c | 10 |
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; |