mirror of
https://github.com/X11Libre/xf86-input-void.git
synced 2026-03-24 01:24:08 +00:00
drop extra check for ABI_XINPUT_VERSION < 12
Since we're relying on xserver >= 1.18 now, we know XINPUT abi is >= 22.1 Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -48,9 +48,6 @@
|
||||
|
||||
#define MAXBUTTONS 3
|
||||
|
||||
#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) < 12
|
||||
#error "XINPUT ABI 12 required."
|
||||
#endif
|
||||
/******************************************************************************
|
||||
* Function/Macro keys variables
|
||||
*****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user