Browse Source

Do not enable SYSWM_X11 for QNX

Elad Lahav 2 years ago
parent
commit
c611c6ee6b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/SDL3/SDL_syswm.h

+ 1 - 1
include/SDL3/SDL_syswm.h

@@ -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 */