mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-03-06 15:29:55 +00:00
SDL_x11dyn.h: include XInput2.h also for Xfixes
Fixes https://github.com/libsdl-org/SDL/issues/7343
This commit is contained in:
parent
74e8a6451b
commit
da6bce4f76
|
@ -52,7 +52,7 @@
|
|||
#if SDL_VIDEO_DRIVER_X11_XDBE
|
||||
#include <X11/extensions/Xdbe.h>
|
||||
#endif
|
||||
#if SDL_VIDEO_DRIVER_X11_XINPUT2
|
||||
#if SDL_VIDEO_DRIVER_X11_XINPUT2 || SDL_VIDEO_DRIVER_X11_XFIXES
|
||||
#include <X11/extensions/XInput2.h>
|
||||
#endif
|
||||
#if SDL_VIDEO_DRIVER_X11_XFIXES
|
||||
|
|
Loading…
Reference in a new issue