⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 extinit.h

📁 远程桌面连接工具
💻 H
字号:
/* $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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -