Do not enable SYSWM_X11 for QNX
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 */
|
||||
|
|
Loading…
Reference in New Issue