chgptr.h revision cabde247f900dcf6e58d009bbdd15099c028c6fc
2721N/A/************************************************************
2721N/A
2721N/ACopyright 1996 by Thomas E. Dickey <dickey@clark.net>
2721N/A
2721N/A All Rights Reserved
2721N/A
2721N/APermission to use, copy, modify, and distribute this software and its
2721N/Adocumentation for any purpose and without fee is hereby granted,
2721N/Aprovided that the above copyright notice appear in all copies and that
2721N/Aboth that copyright notice and this permission notice appear in
2721N/Asupporting documentation, and that the name of the above listed
2721N/Acopyright holder(s) not be used in advertising or publicity pertaining
2721N/Ato distribution of the software without specific, written prior
2721N/Apermission.
2721N/A
2721N/ATHE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD
2721N/ATO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
2721N/AAND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE
2721N/ALIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2721N/AWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2721N/AACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2721N/AOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2721N/A
2721N/A********************************************************/
5205N/A
5753N/A#ifdef HAVE_DIX_CONFIG_H
2721N/A#include <dix-config.h>
2721N/A#endif
2721N/A
5414N/A#ifndef CHGPTR_H
4908N/A#define CHGPTR_H 1
2721N/A
4908N/Aint SProcXChangePointerDevice(ClientPtr /* client */
2721N/A );
2721N/A
4908N/Aint ProcXChangePointerDevice(ClientPtr /* client */
2721N/A );
4908N/A
2721N/Avoid DeleteFocusClassDeviceStruct(DeviceIntPtr /* dev */
4908N/A );
2721N/A
4908N/Avoid SendEventToAllWindows(DeviceIntPtr /* dev */ ,
4908N/A Mask /* mask */ ,
2721N/A xEvent * /* ev */ ,
2721N/A int /* count */
2721N/A );
2721N/A
2721N/A#endif /* CHGPTR_H */
4908N/A