xfree86: remove {Dont}SendCoreEvents defines
The input drivers that use it only do so with ABI 0 and we're long past this one now. Input driver don't have a say in whether they send core events now anyway. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Tiago Vignatti <tiago.vignatti@nokia.com>
This commit is contained in:
parent
3f264149ff
commit
ac3f88e604
|
@ -183,9 +183,4 @@ extern _X_EXPORT void xf86VIDrvMsgVerb(InputInfoPtr dev,
|
||||||
/* xf86Option.c */
|
/* xf86Option.c */
|
||||||
extern void xf86CollectInputOptions(InputInfoPtr pInfo, const char **defaultOpts);
|
extern void xf86CollectInputOptions(InputInfoPtr pInfo, const char **defaultOpts);
|
||||||
|
|
||||||
|
|
||||||
/* Legacy hatred */
|
|
||||||
#define SendCoreEvents 59
|
|
||||||
#define DontSendCoreEvents 60
|
|
||||||
|
|
||||||
#endif /* _xf86Xinput_h */
|
#endif /* _xf86Xinput_h */
|
||||||
|
|
Loading…
Reference in New Issue