Remove slotmap submodule and integrate header directly after submodule URL changed, fix X11 defines

This commit is contained in:
Mr-Wiseguy
2025-12-03 02:21:20 -05:00
parent b71479aeae
commit cf486ad7d7
6 changed files with 1631 additions and 5 deletions
+7
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"