chgkmap.h revision b8e299dddd091ae24e0c08c45d91b8f937bd14d2
98N/A/* $XFree86: xc/programs/Xserver/Xi/chgkmap.h,v 3.1 1996/04/15 11:18:28 dawes Exp $ */
98N/A/************************************************************
1089N/A
98N/ACopyright 1996 by Thomas E. Dickey <dickey@clark.net>
98N/A
919N/A All Rights Reserved
919N/A
919N/APermission to use, copy, modify, and distribute this software and its
919N/Adocumentation for any purpose and without fee is hereby granted,
919N/Aprovided that the above copyright notice appear in all copies and that
919N/Aboth that copyright notice and this permission notice appear in
919N/Asupporting documentation, and that the name of the above listed
919N/Acopyright holder(s) not be used in advertising or publicity pertaining
919N/Ato distribution of the software without specific, written prior
919N/Apermission.
919N/A
919N/ATHE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD
919N/ATO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
919N/AAND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE
919N/ALIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
919N/AWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
919N/AACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
98N/AOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
98N/A
98N/A********************************************************/
493N/A
493N/A#ifdef HAVE_DIX_CONFIG_H
98N/A#include <dix-config.h>
970N/A#endif
970N/A
970N/A#ifndef CHGKMAP_H
970N/A#define CHGKMAP_H 1
970N/A
970N/Aint
970N/ASProcXChangeDeviceKeyMapping(
1003N/A ClientPtr /* client */
970N/A );
970N/A
970N/Aint
970N/AProcXChangeDeviceKeyMapping(
970N/A ClientPtr /* client */
98N/A );
1124N/A
98N/A#endif /* CHGKMAP_H */
911N/A