extinit.h

来自「unix vnc 协议源码. VNC是一款远程控制工具软件.」· C头文件 代码 · 共 211 行

H
211
字号
/* $XFree86: xc/programs/Xserver/include/extinit.h,v 3.1 1996/04/15 11:34:30 dawes Exp $ *//************************************************************Copyright 1996 by Thomas E. Dickey <dickey@clark.net>                        All Rights ReservedPermission to use, copy, modify, and distribute this software and itsdocumentation for any purpose and without fee is hereby granted,provided that the above copyright notice appear in all copies and thatboth that copyright notice and this permission notice appear insupporting documentation, and that the name of the above listedcopyright holder(s) not be used in advertising or publicity pertainingto distribution of the software without specific, written priorpermission.THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARDTO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITYAND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BELIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGESWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN ANACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OFOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.********************************************************//******************************************************************** * Interface of extinit.c */#ifndef EXTINIT_H#define EXTINIT_HvoidXInputExtensionInit(#if NeedFunctionPrototypes	void#endif	);intProcIDispatch (#if NeedFunctionPrototypes	ClientPtr              /* client */#endif	);intSProcIDispatch(#if NeedFunctionPrototypes	ClientPtr              /* client */#endif	);voidSReplyIDispatch (#if NeedFunctionPrototypes	ClientPtr              /* client */,	int                    /* len */,	xGrabDeviceReply *     /* rep */#endif	);voidSEventIDispatch (#if NeedFunctionPrototypes	xEvent *               /* from */,	xEvent *               /* to */#endif	);voidSEventDeviceValuator (#if NeedFunctionPrototypes	deviceValuator *       /* from */,	deviceValuator *       /* to */#endif	);voidSEventFocus (#if NeedFunctionPrototypes	deviceFocus *          /* from */,	deviceFocus *          /* to */#endif	);voidSDeviceStateNotifyEvent (#if NeedFunctionPrototypes	deviceStateNotify *    /* from */,	deviceStateNotify *    /* to */#endif	);voidSDeviceKeyStateNotifyEvent (#if NeedFunctionPrototypes	deviceKeyStateNotify * /* from */,	deviceKeyStateNotify * /* to */#endif	);voidSDeviceButtonStateNotifyEvent (#if NeedFunctionPrototypes	deviceButtonStateNotify * /* from */,	deviceButtonStateNotify * /* to */#endif	);voidSChangeDeviceNotifyEvent (#if NeedFunctionPrototypes	changeDeviceNotify *   /* from */,	changeDeviceNotify *   /* to */#endif	);voidSDeviceMappingNotifyEvent (#if NeedFunctionPrototypes	deviceMappingNotify *  /* from */,	deviceMappingNotify *  /* to */#endif	);voidFixExtensionEvents (#if NeedFunctionPrototypes	ExtensionEntry 	*      /* extEntry */#endif	);voidRestoreExtensionEvents (#if NeedFunctionPrototypes	void#endif	);voidIResetProc(#if NeedFunctionPrototypes	ExtensionEntry *       /* unused */#endif	);voidAssignTypeAndName (#if NeedFunctionPrototypes	DeviceIntPtr           /* dev */,	Atom                   /* type */,	char *                 /* name */#endif	);voidMakeDeviceTypeAtoms (#if NeedFunctionPrototypes	void#endif);DeviceIntPtrLookupDeviceIntRec (#if NeedFunctionPrototypes	CARD8                  /* id */#endif	);voidSetExclusiveAccess (#if NeedFunctionPrototypes	Mask                   /* mask */#endif	);voidAllowPropagateSuppress (#if NeedFunctionPrototypes	Mask                   /* mask */#endif	);MaskGetNextExtEventMask (#if NeedFunctionPrototypes	void#endif);voidSetMaskForExtEvent(#if NeedFunctionPrototypes	Mask                   /* mask */,	int                    /* event */#endif	);voidSetEventInfo(#if NeedFunctionPrototypes	Mask                   /* mask */,	int                    /* constant */#endif	);#endif /* EXTINIT_H */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?