mirror of
https://github.com/encounter/SDL.git
synced 2025-07-06 13:16:17 +00:00
Fixed build with older Linux kernel headers
This commit is contained in:
parent
a0f8afb599
commit
ebed961cb2
@ -56,6 +56,12 @@
|
|||||||
#ifndef SYN_DROPPED
|
#ifndef SYN_DROPPED
|
||||||
#define SYN_DROPPED 3
|
#define SYN_DROPPED 3
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef BTN_NORTH
|
||||||
|
#define BTN_NORTH 0x133
|
||||||
|
#endif
|
||||||
|
#ifndef BTN_WEST
|
||||||
|
#define BTN_WEST 0x134
|
||||||
|
#endif
|
||||||
#ifndef BTN_DPAD_UP
|
#ifndef BTN_DPAD_UP
|
||||||
#define BTN_DPAD_UP 0x220
|
#define BTN_DPAD_UP 0x220
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user