Skip to content

Commit

Permalink
Xi: stop excessive use of _X_EXPORT.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Hutterer committed Apr 29, 2008
1 parent 2b179c3 commit 18b33dd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Xi/exevents.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ RegisterOtherDevice(DeviceIntPtr device)
device->public.realInputProc = ProcessOtherEvent;
}

_X_EXPORT Bool
Bool
IsPointerEvent(xEvent* xE)
{
switch(xE->u.u.type)
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion Xi/extinit.c
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,7 @@ IResetProc(ExtensionEntry * unused)
*
*/

_X_EXPORT Bool
Bool
DeviceIsPointerType(DeviceIntPtr dev)
{
if (dev_type[1].type == dev->type)
Expand Down
2 changes: 1 addition & 1 deletion Xi/listdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ SProcXListInputDevices(ClientPtr client)
*
*/

_X_EXPORT void
void
SizeDeviceInfo(DeviceIntPtr d, int *namesize, int *size)
{
int chunks;
Expand Down

0 comments on commit 18b33dd

Please sign in to comment.