From 19f43836d1006d253391926e880b14ed2e7a0cf8 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 25 Oct 2010 15:10:19 +1000 Subject: [PATCH] Re-export xf86CollectInputOptions. Some drivers, most notably the mouse driver need this and reimplementing on the driver side doesn't make sense. Signed-off-by: Peter Hutterer --- hw/xfree86/common/xf86Xinput.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xfree86/common/xf86Xinput.h b/hw/xfree86/common/xf86Xinput.h index 8ee0c681f..b310eaf4a 100644 --- a/hw/xfree86/common/xf86Xinput.h +++ b/hw/xfree86/common/xf86Xinput.h @@ -176,6 +176,6 @@ extern _X_EXPORT void xf86VIDrvMsgVerb(InputInfoPtr dev, va_list args); /* xf86Option.c */ -extern void xf86CollectInputOptions(InputInfoPtr pInfo, const char **defaultOpts); +extern _X_EXPORT void xf86CollectInputOptions(InputInfoPtr pInfo, const char **defaultOpts); #endif /* _xf86Xinput_h */