[PATCH] Warning fix: xf86NewInputDevice prototype.

Eric Anholt eric at anholt.net
Wed Dec 3 13:29:14 PST 2008


---
 hw/xfree86/common/xf86Xinput.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/hw/xfree86/common/xf86Xinput.h b/hw/xfree86/common/xf86Xinput.h
index bfd7f89..ee2a7f1 100644
--- a/hw/xfree86/common/xf86Xinput.h
+++ b/hw/xfree86/common/xf86Xinput.h
@@ -178,6 +178,7 @@ void xf86InitValuatorAxisStruct(DeviceIntPtr dev, int axnum, int minval,
 				int maxval, int resolution, int min_res,
 				int max_res);
 void xf86InitValuatorDefaults(DeviceIntPtr dev, int axnum);
+int xf86NewInputDevice(IDevPtr idev, DeviceIntPtr *pdev, BOOL enable);
 void xf86AddEnabledDevice(InputInfoPtr pInfo);
 void xf86RemoveEnabledDevice(InputInfoPtr pInfo);
 void xf86DisableDevice(DeviceIntPtr dev, Bool panic);
-- 
1.5.6.5




More information about the xorg mailing list