Xi: stop excessive use of _X_EXPORT.

This commit is contained in:
Peter Hutterer 2008-04-29 15:24:55 +09:30
parent 2b179c32ac
commit 18b33dd4ff
3 changed files with 5 additions and 5 deletions

View File

@ -107,7 +107,7 @@ RegisterOtherDevice(DeviceIntPtr device)
device->public.realInputProc = ProcessOtherEvent;
}
_X_EXPORT Bool
Bool
IsPointerEvent(xEvent* xE)
{
switch(xE->u.u.type)
@ -490,7 +490,7 @@ DeepCopyFeedbackClasses(DeviceIntPtr from, DeviceIntPtr to)
* Saves a few memory allocations.
*/
_X_EXPORT void
void
DeepCopyDeviceClasses(DeviceIntPtr from, DeviceIntPtr to)
{
ClassesPtr classes;
@ -778,7 +778,7 @@ ChangeMasterDeviceClasses(DeviceIntPtr device,
#define DEFAULT 0
#define DONT_PROCESS 1
#define IS_REPEAT 2
_X_EXPORT int
int
UpdateDeviceState(DeviceIntPtr device, xEvent* xE, int count)
{
int i;

View File

@ -966,7 +966,7 @@ IResetProc(ExtensionEntry * unused)
*
*/
_X_EXPORT Bool
Bool
DeviceIsPointerType(DeviceIntPtr dev)
{
if (dev_type[1].type == dev->type)

View File

@ -93,7 +93,7 @@ SProcXListInputDevices(ClientPtr client)
*
*/
_X_EXPORT void
void
SizeDeviceInfo(DeviceIntPtr d, int *namesize, int *size)
{
int chunks;