mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-21 17:21:44 +00:00
Do not enable SYSWM_X11 for QNX
This commit is contained in:

committed by
Ryan C. Gordon

parent
b026f588d6
commit
c611c6ee6b
@@ -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 */
|
||||
|
Reference in New Issue
Block a user