diff options
Diffstat (limited to 'Xi/setdval.c')
-rw-r--r-- | Xi/setdval.c | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/Xi/setdval.c b/Xi/setdval.c index 533b1ef5b..fe2e13853 100644 --- a/Xi/setdval.c +++ b/Xi/setdval.c @@ -45,6 +45,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ********************************************************/ +/* $XFree86: xc/programs/Xserver/Xi/setdval.c,v 3.3 2001/12/14 19:58:59 dawes Exp $ */ /*********************************************************************** * @@ -56,14 +57,15 @@ SOFTWARE. #define NEED_REPLIES #include "X.h" /* for inputstr.h */ #include "Xproto.h" /* Request macro */ +#include "inputstr.h" /* DeviceIntPtr */ #include "XI.h" #include "XIproto.h" -#include "inputstr.h" /* DeviceIntPtr */ +#include "XIstubs.h" +#include "extnsionst.h" +#include "extinit.h" /* LookupDeviceIntRec */ +#include "exglobals.h" -extern int IReqCode; -extern int BadDevice; -extern void (* ReplySwapVector[256]) (); -DeviceIntPtr LookupDeviceIntRec(); +#include "setdval.h" /*********************************************************************** * @@ -154,6 +156,7 @@ ProcXSetDeviceValuators(client) * */ +void SRepXSetDeviceValuators (client, size, rep) ClientPtr client; int size; |