[PATCH] Warning fix: xf86NewInputDevice prototype.

Peter Hutterer peter.hutterer at who-t.net
Wed Dec 3 15:18:49 PST 2008


On Wed, Dec 03, 2008 at 01:29:14PM -0800, Eric Anholt wrote:
> ---
>  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


NAK, obsolete. Got erroneously removed in fb22d4d928bc5d1 but was then
re-added added with:

commit 49f77fff1495c0a2050fb18f9b1fc627839bbfc2
Author: Paulo Cesar Pereira de Andrade <pcpa at mandriva.com.br>
Date:   Wed Dec 3 05:43:34 2008 -0200

    Rework symbol visibility for easier maintenance

Cheers,
  Peter



More information about the xorg mailing list