Fix more x11 define compilation issues

This commit is contained in:
Mr-Wiseguy 2025-07-27 21:50:38 -04:00
parent 9aadc7579c
commit c725d579e5

View file

@ -18,6 +18,13 @@
#else
#include "SDL2/SDL.h"
#include "SDL2/SDL_syswm.h"
// Undefine x11 macros that get included by SDL_syswm.h.
#undef None
#undef Status
#undef LockMask
#undef ControlMask
#undef Success
#undef Always
#endif
#include "recomp_ui.h"