From 6aaedb813fa11ba0679c3051bc2eb28646b9506c Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Sat, 30 Aug 2025 16:53:58 -0700 Subject: Update to SDL3 --- src/contrib/SDL-3.2.20/WhatsNew.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/contrib/SDL-3.2.20/WhatsNew.txt (limited to 'src/contrib/SDL-3.2.20/WhatsNew.txt') diff --git a/src/contrib/SDL-3.2.20/WhatsNew.txt b/src/contrib/SDL-3.2.20/WhatsNew.txt new file mode 100644 index 0000000..0d10ee6 --- /dev/null +++ b/src/contrib/SDL-3.2.20/WhatsNew.txt @@ -0,0 +1,24 @@ + +This is a list of major changes in SDL's version history. + +--------------------------------------------------------------------------- +3.2.10: +--------------------------------------------------------------------------- +* Added SDL_HINT_VIDEO_X11_EXTERNAL_WINDOW_INPUT to control whether XSelectInput() should be called on external windows to enable input events. + +--------------------------------------------------------------------------- +3.2.4: +--------------------------------------------------------------------------- +* Added SDL_StretchSurface() + +--------------------------------------------------------------------------- +3.2.0: +--------------------------------------------------------------------------- + +Check out [migration guide](docs/README-migration.md) for details on API changes since SDL 2.0, and tips on transitioning your code from SDL2 code to SDL3. + +There have been too many changes to list them all, but here are some of the highlights: + +https://wiki.libsdl.org/SDL3/NewFeatures + +Thank you to all the people who have contributed code and feedback to the SDL 3.0 release! -- cgit v1.2.3