mirror of
https://github.com/X11Libre/xf86-input-mouse.git
synced 2026-03-24 01:24:06 +00:00
Make sure xf86MouseProtocolIDToName is of public visibility.
This function is called by code in the xf86misc to change mouse parameters, after checking it's availability using LoaderSymbol(). Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
This commit is contained in:
committed by
Alan Coopersmith
parent
82231d2309
commit
7f06238073
@@ -874,7 +874,7 @@ ProtocolIDToName(MouseProtocolID id)
|
||||
}
|
||||
}
|
||||
|
||||
const char *
|
||||
_X_EXPORT const char *
|
||||
xf86MouseProtocolIDToName(MouseProtocolID id)
|
||||
{
|
||||
return ProtocolIDToName(id);
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
#include "xf86OSmouse.h"
|
||||
|
||||
const char * xf86MouseProtocolIDToName(MouseProtocolID id);
|
||||
_X_EXPORT const char * xf86MouseProtocolIDToName(MouseProtocolID id);
|
||||
MouseProtocolID xf86MouseProtocolNameToID(const char *name);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user