diff options
author | rws <empty> | 1991-07-23 12:13:52 +0000 |
---|---|---|
committer | rws <empty> | 1991-07-23 12:13:52 +0000 |
commit | c8b0120957e0e27cb417123af07890186ef957ea (patch) | |
tree | 7cc49cad5eafa42e50eccbee961e9dac48308e01 /xc/lib/Xi | |
parent | 181a83b0fe0c52042cf6eb3068707c28da0fb26e (diff) |
lint
Diffstat (limited to 'xc/lib/Xi')
-rw-r--r-- | xc/lib/Xi/XAllowDv.c | 3 | ||||
-rw-r--r-- | xc/lib/Xi/XChgKbd.c | 3 | ||||
-rw-r--r-- | xc/lib/Xi/XChgPnt.c | 3 | ||||
-rw-r--r-- | xc/lib/Xi/XChgProp.c | 3 | ||||
-rw-r--r-- | xc/lib/Xi/XDevBell.c | 3 | ||||
-rw-r--r-- | xc/lib/Xi/XExtInt.c | 7 | ||||
-rw-r--r-- | xc/lib/Xi/XGMotion.c | 3 | ||||
-rw-r--r-- | xc/lib/Xi/XGrabDev.c | 3 | ||||
-rw-r--r-- | xc/lib/Xi/XListDev.c | 4 | ||||
-rw-r--r-- | xc/lib/Xi/XOpenDev.c | 3 |
10 files changed, 11 insertions, 24 deletions
diff --git a/xc/lib/Xi/XAllowDv.c b/xc/lib/Xi/XAllowDv.c index 9c4c1afc3..89c4ad2d4 100644 --- a/xc/lib/Xi/XAllowDv.c +++ b/xc/lib/Xi/XAllowDv.c @@ -1,4 +1,4 @@ -/* $XConsortium: XAllowDv.c,v 1.3 89/09/25 16:19:32 gms Exp $ */ +/* $XConsortium: XAllowDv.c,v 1.4 89/12/06 20:31:24 rws Exp $ */ /************************************************************ Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, California, and the @@ -43,7 +43,6 @@ XAllowDeviceEvents (dpy, dev, event_mode, time) int event_mode; Time time; { - int rlen; xAllowDeviceEventsReq *req; XExtDisplayInfo *info = (XExtDisplayInfo *) XInput_find_display (dpy); diff --git a/xc/lib/Xi/XChgKbd.c b/xc/lib/Xi/XChgKbd.c index e7e6aa1df..7000abb6b 100644 --- a/xc/lib/Xi/XChgKbd.c +++ b/xc/lib/Xi/XChgKbd.c @@ -1,4 +1,4 @@ -/* $XConsortium: XChgKbd.c,v 1.4 89/12/06 20:31:29 rws Exp $ */ +/* $XConsortium: XChgKbd.c,v 1.5 90/05/18 11:22:49 rws Exp $ */ /************************************************************ Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, California, and the @@ -41,7 +41,6 @@ XChangeKeyboardDevice (dpy, dev) register Display *dpy; XDevice *dev; { - int rlen; xChangeKeyboardDeviceReq *req; xChangeKeyboardDeviceReply rep; XExtDisplayInfo *info = (XExtDisplayInfo *) XInput_find_display (dpy); diff --git a/xc/lib/Xi/XChgPnt.c b/xc/lib/Xi/XChgPnt.c index c5145bf12..62aaf3791 100644 --- a/xc/lib/Xi/XChgPnt.c +++ b/xc/lib/Xi/XChgPnt.c @@ -1,4 +1,4 @@ -/* $XConsortium: XChgPnt.c,v 1.4 89/12/06 20:31:30 rws Exp $ */ +/* $XConsortium: XChgPnt.c,v 1.5 90/05/18 11:23:12 rws Exp $ */ /************************************************************ Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, California, and the @@ -43,7 +43,6 @@ XChangePointerDevice (dpy, dev, xaxis, yaxis) int xaxis; int yaxis; { - int rlen; xChangePointerDeviceReq *req; xChangePointerDeviceReply rep; XExtDisplayInfo *info = (XExtDisplayInfo *) XInput_find_display (dpy); diff --git a/xc/lib/Xi/XChgProp.c b/xc/lib/Xi/XChgProp.c index d5b188d81..086114397 100644 --- a/xc/lib/Xi/XChgProp.c +++ b/xc/lib/Xi/XChgProp.c @@ -1,4 +1,4 @@ -/* $XConsortium: XChgProp.c,v 1.3 89/09/25 16:20:01 gms Exp $ */ +/* $XConsortium: XChgProp.c,v 1.4 89/12/06 20:31:32 rws Exp $ */ /************************************************************ Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, California, and the @@ -45,7 +45,6 @@ XChangeDeviceDontPropagateList (dpy, window, count, events, mode) XEventClass *events; int mode; { - int rlen; xChangeDeviceDontPropagateListReq *req; XExtDisplayInfo *info = (XExtDisplayInfo *) XInput_find_display (dpy); diff --git a/xc/lib/Xi/XDevBell.c b/xc/lib/Xi/XDevBell.c index a158b4a3c..058c10a8e 100644 --- a/xc/lib/Xi/XDevBell.c +++ b/xc/lib/Xi/XDevBell.c @@ -1,4 +1,4 @@ -/* $Header: XDevBell.c,v 1.1 90/09/26 16:36:35 gms Exp $ */ +/* $Header: XDevBell.c,v 1.1 91/01/24 15:59:39 rws Exp $ */ /************************************************************ Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, California, and the @@ -43,7 +43,6 @@ XDeviceBell (dpy, dev, feedbackclass, feedbackid, percent) XID feedbackclass, feedbackid; int percent; { - int rlen; xDeviceBellReq *req; XExtDisplayInfo *info = (XExtDisplayInfo *) XInput_find_display (dpy); diff --git a/xc/lib/Xi/XExtInt.c b/xc/lib/Xi/XExtInt.c index 87bf32591..3cf6ac8b2 100644 --- a/xc/lib/Xi/XExtInt.c +++ b/xc/lib/Xi/XExtInt.c @@ -1,4 +1,4 @@ -/* $Header: XExtInt.c,v 1.21 91/07/16 20:43:30 rws Exp $ */ +/* $Header: XExtInt.c,v 1.22 91/07/17 16:41:13 rws Exp $ */ /************************************************************ Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, California, and the @@ -218,9 +218,7 @@ XInputWireToEvent (dpy, re, event) XEvent *re; xEvent *event; { - xEvent nevent; unsigned int type, reltype; - unsigned int ret = 1; unsigned int i,j; XExtDisplayInfo *info = XInput_find_display (dpy); XEvent *save = (XEvent *) info->data; @@ -474,9 +472,6 @@ XInputWireToEvent (dpy, re, event) XDeviceStateNotifyEvent *stev = (XDeviceStateNotifyEvent *) save; deviceStateNotify *sev = (deviceStateNotify *) event; - XKeyStatus *kstev; - XButtonStatus *bev; - XValuatorStatus *vev; char *data; stev->window = dpy->current; diff --git a/xc/lib/Xi/XGMotion.c b/xc/lib/Xi/XGMotion.c index 99d9cb962..138ccd5f3 100644 --- a/xc/lib/Xi/XGMotion.c +++ b/xc/lib/Xi/XGMotion.c @@ -1,4 +1,4 @@ -/* $Header: XGMotion.c,v 1.8 91/01/24 16:03:47 rws Exp $ */ +/* $Header: XGMotion.c,v 1.9 91/01/26 13:35:12 rws Exp $ */ /************************************************************ Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, California, and the @@ -46,7 +46,6 @@ XDeviceTimeCoord int *mode; int *axis_count; { - char **tmp; xGetDeviceMotionEventsReq *req; xGetDeviceMotionEventsReply rep; XDeviceTimeCoord *tc; diff --git a/xc/lib/Xi/XGrabDev.c b/xc/lib/Xi/XGrabDev.c index 425059dd4..9d63189f1 100644 --- a/xc/lib/Xi/XGrabDev.c +++ b/xc/lib/Xi/XGrabDev.c @@ -1,4 +1,4 @@ -/* $XConsortium: XGrabDev.c,v 1.3 89/09/25 16:20:46 gms Exp $ */ +/* $XConsortium: XGrabDev.c,v 1.4 89/12/06 20:38:38 rws Exp $ */ /************************************************************ Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, California, and the @@ -51,7 +51,6 @@ XGrabDevice (dpy, dev, grab_window, ownerEvents, event_count, event_list, { xGrabDeviceReply rep; register xGrabDeviceReq *req; - register int status; XExtDisplayInfo *info = (XExtDisplayInfo *) XInput_find_display (dpy); LockDisplay (dpy); diff --git a/xc/lib/Xi/XListDev.c b/xc/lib/Xi/XListDev.c index 4a4d15e57..bef6033a5 100644 --- a/xc/lib/Xi/XListDev.c +++ b/xc/lib/Xi/XListDev.c @@ -1,4 +1,4 @@ -/* $Header: XListDev.c,v 1.15 91/01/26 13:35:47 rws Exp $ */ +/* $Header: XListDev.c,v 1.16 91/02/09 17:52:40 rws Exp $ */ /************************************************************ Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, California, and the @@ -54,7 +54,7 @@ XDeviceInfo xAnyClassPtr any, sav_any; XAnyClassPtr Any; char *nptr, *Nptr; - register int i,j,k,namelen; + register int i,j,k; register long rlen; XExtDisplayInfo *info = (XExtDisplayInfo *) XInput_find_display (dpy); diff --git a/xc/lib/Xi/XOpenDev.c b/xc/lib/Xi/XOpenDev.c index 54e589b51..dbf0a5d9a 100644 --- a/xc/lib/Xi/XOpenDev.c +++ b/xc/lib/Xi/XOpenDev.c @@ -1,4 +1,4 @@ -/* $XConsortium: XOpenDev.c,v 1.4 89/12/06 20:38:46 rws Exp $ */ +/* $XConsortium: XOpenDev.c,v 1.5 90/05/18 11:23:46 rws Exp $ */ /************************************************************ Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, California, and the @@ -41,7 +41,6 @@ XDevice register Display *dpy; register XID id; { - int i; register long rlen; xOpenDeviceReq *req; xOpenDeviceReply rep; |