[xserver-commit] xserver/include extinit.h,3.3,3.4
Warren Turkal
xserver-commit@pdx.freedesktop.org
Committed by: wt
Update of /cvs/xserver/xserver/include
In directory pdx:/tmp/cvs-serv2781/include
Modified Files:
extinit.h
Log Message:
Moving toward a working input extension.
Index: extinit.h
===================================================================
RCS file: /cvs/xserver/xserver/include/extinit.h,v
retrieving revision 3.3
retrieving revision 3.4
diff -u -d -r3.3 -r3.4
--- extinit.h 11 Sep 2003 05:12:51 -0000 3.3
+++ extinit.h 15 Feb 2004 14:33:52 -0000 3.4
@@ -34,179 +34,125 @@
#include "extnsionst.h"
void
-XInputExtensionInit(
-#if NeedFunctionPrototypes
- void
-#endif
- );
+XInputExtensionInit(void);
int
ProcIDispatch (
-#if NeedFunctionPrototypes
ClientPtr /* client */
-#endif
);
int
SProcIDispatch(
-#if NeedFunctionPrototypes
ClientPtr /* client */
-#endif
);
void
SReplyIDispatch (
-#if NeedFunctionPrototypes
ClientPtr /* client */,
int /* len */,
xGrabDeviceReply * /* rep */
-#endif
);
void
SEventIDispatch (
-#if NeedFunctionPrototypes
xEvent * /* from */,
xEvent * /* to */
-#endif
);
void
SEventDeviceValuator (
-#if NeedFunctionPrototypes
deviceValuator * /* from */,
deviceValuator * /* to */
-#endif
);
void
SEventFocus (
-#if NeedFunctionPrototypes
deviceFocus * /* from */,
deviceFocus * /* to */
-#endif
);
void
SDeviceStateNotifyEvent (
-#if NeedFunctionPrototypes
deviceStateNotify * /* from */,
deviceStateNotify * /* to */
-#endif
);
void
SDeviceKeyStateNotifyEvent (
-#if NeedFunctionPrototypes
deviceKeyStateNotify * /* from */,
deviceKeyStateNotify * /* to */
-#endif
);
void
SDeviceButtonStateNotifyEvent (
-#if NeedFunctionPrototypes
deviceButtonStateNotify * /* from */,
deviceButtonStateNotify * /* to */
-#endif
);
void
SChangeDeviceNotifyEvent (
-#if NeedFunctionPrototypes
changeDeviceNotify * /* from */,
changeDeviceNotify * /* to */
-#endif
);
void
SDeviceMappingNotifyEvent (
-#if NeedFunctionPrototypes
deviceMappingNotify * /* from */,
deviceMappingNotify * /* to */
-#endif
);
void
FixExtensionEvents (
-#if NeedFunctionPrototypes
ExtensionEntry * /* extEntry */
-#endif
);
void
-RestoreExtensionEvents (
-#if NeedFunctionPrototypes
- void
-#endif
- );
+RestoreExtensionEvents (void);
void
IResetProc(
-#if NeedFunctionPrototypes
ExtensionEntry * /* unused */
-#endif
);
void
AssignTypeAndName (
-#if NeedFunctionPrototypes
DeviceIntPtr /* dev */,
Atom /* type */,
char * /* name */
-#endif
);
void
-MakeDeviceTypeAtoms (
-#if NeedFunctionPrototypes
- void
-#endif
-);
+MakeDeviceTypeAtoms (void);
DeviceIntPtr
LookupDeviceIntRec (
-#if NeedFunctionPrototypes
CARD8 /* id */
-#endif
);
void
SetExclusiveAccess (
-#if NeedFunctionPrototypes
Mask /* mask */
-#endif
);
void
AllowPropagateSuppress (
-#if NeedFunctionPrototypes
Mask /* mask */
-#endif
);
Mask
-GetNextExtEventMask (
-#if NeedFunctionPrototypes
- void
-#endif
-);
+GetNextExtEventMask (void);
void
SetMaskForExtEvent(
-#if NeedFunctionPrototypes
Mask /* mask */,
int /* event */
-#endif
);
void
SetEventInfo(
-#if NeedFunctionPrototypes
Mask /* mask */,
int /* constant */
-#endif
);
#endif /* EXTINIT_H */