Do not enable SYSWM_X11 for QNX

This commit is contained in:
Elad Lahav
2023-01-07 21:36:38 -05:00
committed by Ryan C. Gordon
parent b026f588d6
commit c611c6ee6b

View File

@@ -106,7 +106,7 @@
#endif /* !SDL_DISABLE_SYSWM_WINRT */
#ifndef SDL_DISABLE_SYSWM_X11
#if defined(__unix__) && !defined(__WIN32__) && !defined(__ANDROID__)
#if defined(__unix__) && !defined(__WIN32__) && !defined(__ANDROID__) && !defined(__QNX__)
#define SDL_ENABLE_SYSWM_X11
#endif
#endif /* !SDL_DISABLE_SYSWM_X11 */