diff --git a/ChangeLog b/ChangeLog index 74fc1773a..bcd794d03 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-02-15 Zephaniah E. Hull + + * hw/xfree86/common/xf86Xinput.h: + * hw/xfree86/loader/xf86sym.c: + Export xf86ActivateDevice, used by the evdev driver. + 2006-02-15 Eric Anholt * GL/mesa/X/Makefile.am: diff --git a/hw/xfree86/common/xf86Xinput.h b/hw/xfree86/common/xf86Xinput.h index 0c20f78fe..9fb30413a 100644 --- a/hw/xfree86/common/xf86Xinput.h +++ b/hw/xfree86/common/xf86Xinput.h @@ -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); diff --git a/hw/xfree86/loader/xf86sym.c b/hw/xfree86/loader/xf86sym.c index 9de70b81a..2b405215a 100644 --- a/hw/xfree86/loader/xf86sym.c +++ b/hw/xfree86/loader/xf86sym.c @@ -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)