Skip to content

Commit

Permalink
Do not enable SYSWM_X11 for QNX
Browse files Browse the repository at this point in the history
  • Loading branch information
Elad Lahav authored and icculus committed Mar 27, 2023
1 parent b026f58 commit c611c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL3/SDL_syswm.h
Expand Up @@ -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 */
Expand Down

0 comments on commit c611c6e

Please sign in to comment.