mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-07 07:00:48 +00:00
x11: Include the XTest header when needed
Fixes building when statically linking.
This commit is contained in:
parent
2b4d61e4a6
commit
fdc4f8fa39
1 changed files with 3 additions and 0 deletions
|
|
@ -71,6 +71,9 @@
|
|||
#ifdef SDL_VIDEO_DRIVER_X11_XSHAPE
|
||||
#include <X11/extensions/shape.h>
|
||||
#endif
|
||||
#ifdef SDL_VIDEO_DRIVER_X11_XTEST
|
||||
#include <X11/extensions/XTest.h>
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue