ui: Migrate to SDL3

This commit is contained in:
Matt Borgerson
2026-01-21 17:20:14 -07:00
committed by mborgerson
parent b62db5d2c1
commit 0ae7ee7647
15 changed files with 187 additions and 171 deletions
+1 -2
View File
@@ -4,8 +4,7 @@
/* Avoid compiler warning because macro is redefined in SDL_syswm.h. */
#undef WIN32_LEAN_AND_MEAN
#include <SDL.h>
#include <SDL_syswm.h>
#include <SDL3/SDL.h>
#include "ui/kbd-state.h"