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