Skip to content

Commit

Permalink
dix: Remove two _X_EXPORT defines from the function definition.
Browse files Browse the repository at this point in the history
These two are defined _X_EXPORT in their declaration anyway.

Signed-off-by: Peter Hutterer <[email protected]>
  • Loading branch information
whot committed Sep 9, 2009
1 parent 9871f9b commit 744cdc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dix/devices.c
Original file line number Diff line number Diff line change
Expand Up @@ -1134,7 +1134,7 @@ SetKeySymsMap(KeySymsPtr dst, KeySymsPtr src)
return TRUE;
}

_X_EXPORT Bool
Bool
InitButtonClassDeviceStruct(DeviceIntPtr dev, int numButtons, Atom* labels,
CARD8 *map)
{
Expand Down Expand Up @@ -1333,7 +1333,7 @@ InitFocusClassDeviceStruct(DeviceIntPtr dev)
return TRUE;
}

_X_EXPORT Bool
Bool
InitPtrFeedbackClassDeviceStruct(DeviceIntPtr dev, PtrCtrlProcPtr controlProc)
{
PtrFeedbackPtr feedc;
Expand Down

0 comments on commit 744cdc8

Please sign in to comment.