105b261ecSmrg/************************************************************ 205b261ecSmrg 305b261ecSmrgCopyright 1996 by Thomas E. Dickey <dickey@clark.net> 405b261ecSmrg 505b261ecSmrg All Rights Reserved 605b261ecSmrg 705b261ecSmrgPermission to use, copy, modify, and distribute this software and its 805b261ecSmrgdocumentation for any purpose and without fee is hereby granted, 905b261ecSmrgprovided that the above copyright notice appear in all copies and that 1005b261ecSmrgboth that copyright notice and this permission notice appear in 1105b261ecSmrgsupporting documentation, and that the name of the above listed 1205b261ecSmrgcopyright holder(s) not be used in advertising or publicity pertaining 1305b261ecSmrgto distribution of the software without specific, written prior 1405b261ecSmrgpermission. 1505b261ecSmrg 1605b261ecSmrgTHE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD 1705b261ecSmrgTO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 1805b261ecSmrgAND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE 1905b261ecSmrgLIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 2005b261ecSmrgWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 2105b261ecSmrgACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 2205b261ecSmrgOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 2305b261ecSmrg 2405b261ecSmrg********************************************************/ 2505b261ecSmrg 2605b261ecSmrg#ifndef XI_STUBS_H 2705b261ecSmrg#define XI_STUBS_H 1 2805b261ecSmrg 296747b715Smrgextern _X_EXPORT int 3035c4bbdfSmrg SetDeviceMode(ClientPtr /* client */ , 3135c4bbdfSmrg DeviceIntPtr /* dev */ , 3235c4bbdfSmrg int /* mode */ ); 3305b261ecSmrg 346747b715Smrgextern _X_EXPORT int 3535c4bbdfSmrg SetDeviceValuators(ClientPtr /* client */ , 3635c4bbdfSmrg DeviceIntPtr /* dev */ , 3735c4bbdfSmrg int * /* valuators */ , 3835c4bbdfSmrg int /* first_valuator */ , 3935c4bbdfSmrg int /* num_valuators */ ); 4005b261ecSmrg 416747b715Smrgextern _X_EXPORT int 4235c4bbdfSmrg ChangeDeviceControl(ClientPtr /* client */ , 4335c4bbdfSmrg DeviceIntPtr /* dev */ , 4435c4bbdfSmrg xDeviceCtl * /* control */ ); 4505b261ecSmrg 4635c4bbdfSmrg#endif /* XI_STUBS_H */ 47