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 <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2010-10-25 15:10:19 +10:00
parent 4613ce3f78
commit 19f43836d1

View File

@ -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 */