Export xf86ActivateDevice, used by the evdev driver.

This commit is contained in:
Zephaniah E. Hull 2006-02-16 01:03:09 +00:00
parent dc0354104c
commit c4767794ef
3 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2006-02-15 Zephaniah E. Hull <warp@aehallh.com>
* hw/xfree86/common/xf86Xinput.h:
* hw/xfree86/loader/xf86sym.c:
Export xf86ActivateDevice, used by the evdev driver.
2006-02-15 Eric Anholt <anholt@FreeBSD.org>
* GL/mesa/X/Makefile.am:

View File

@ -194,6 +194,7 @@ int xf86GetMotionEvents(DeviceIntPtr dev, xTimecoord *buff,
unsigned long start, unsigned long stop,
ScreenPtr pScreen);
void xf86XinputFinalizeInit(DeviceIntPtr dev);
void xf86ActivateDevice(LocalDevicePtr local);
Bool xf86CheckButton(int button, int down);
void xf86SwitchCoreDevice(LocalDevicePtr device, DeviceIntPtr core);
LocalDevicePtr xf86FirstLocalDevice(void);

View File

@ -707,6 +707,7 @@ LOOKUP xfree86LookupTab[] = {
SYMFUNC(xf86MotionHistoryAllocate)
SYMFUNC(xf86FirstLocalDevice)
SYMFUNC(xf86eqEnqueue)
SYMFUNC(xf86ActivateDevice)
/* The following segment merged from Metrolink tree */
SYMFUNC(xf86XInputSetScreen)
SYMFUNC(xf86ScaleAxis)