Export xf86ActivateDevice, used by the evdev driver.
This commit is contained in:
parent
dc0354104c
commit
c4767794ef
|
@ -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>
|
2006-02-15 Eric Anholt <anholt@FreeBSD.org>
|
||||||
|
|
||||||
* GL/mesa/X/Makefile.am:
|
* GL/mesa/X/Makefile.am:
|
||||||
|
|
|
@ -194,6 +194,7 @@ int xf86GetMotionEvents(DeviceIntPtr dev, xTimecoord *buff,
|
||||||
unsigned long start, unsigned long stop,
|
unsigned long start, unsigned long stop,
|
||||||
ScreenPtr pScreen);
|
ScreenPtr pScreen);
|
||||||
void xf86XinputFinalizeInit(DeviceIntPtr dev);
|
void xf86XinputFinalizeInit(DeviceIntPtr dev);
|
||||||
|
void xf86ActivateDevice(LocalDevicePtr local);
|
||||||
Bool xf86CheckButton(int button, int down);
|
Bool xf86CheckButton(int button, int down);
|
||||||
void xf86SwitchCoreDevice(LocalDevicePtr device, DeviceIntPtr core);
|
void xf86SwitchCoreDevice(LocalDevicePtr device, DeviceIntPtr core);
|
||||||
LocalDevicePtr xf86FirstLocalDevice(void);
|
LocalDevicePtr xf86FirstLocalDevice(void);
|
||||||
|
|
|
@ -707,6 +707,7 @@ LOOKUP xfree86LookupTab[] = {
|
||||||
SYMFUNC(xf86MotionHistoryAllocate)
|
SYMFUNC(xf86MotionHistoryAllocate)
|
||||||
SYMFUNC(xf86FirstLocalDevice)
|
SYMFUNC(xf86FirstLocalDevice)
|
||||||
SYMFUNC(xf86eqEnqueue)
|
SYMFUNC(xf86eqEnqueue)
|
||||||
|
SYMFUNC(xf86ActivateDevice)
|
||||||
/* The following segment merged from Metrolink tree */
|
/* The following segment merged from Metrolink tree */
|
||||||
SYMFUNC(xf86XInputSetScreen)
|
SYMFUNC(xf86XInputSetScreen)
|
||||||
SYMFUNC(xf86ScaleAxis)
|
SYMFUNC(xf86ScaleAxis)
|
||||||
|
|
Loading…
Reference in New Issue