x11: Include the XTest header when needed

Fixes building when statically linking.

(cherry picked from commit fdc4f8fa39)
This commit is contained in:
Frank Praznik
2025-05-23 12:52:07 -04:00
parent 6cd35f5b72
commit 9178d14519

View File

@@ -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" {