summaryrefslogtreecommitdiff
path: root/src/contrib/SDL-3.2.20/WhatsNew.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/contrib/SDL-3.2.20/WhatsNew.txt')
-rw-r--r--src/contrib/SDL-3.2.20/WhatsNew.txt24
1 files changed, 24 insertions, 0 deletions
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 @@
1
2This is a list of major changes in SDL's version history.
3
4---------------------------------------------------------------------------
53.2.10:
6---------------------------------------------------------------------------
7* Added SDL_HINT_VIDEO_X11_EXTERNAL_WINDOW_INPUT to control whether XSelectInput() should be called on external windows to enable input events.
8
9---------------------------------------------------------------------------
103.2.4:
11---------------------------------------------------------------------------
12* Added SDL_StretchSurface()
13
14---------------------------------------------------------------------------
153.2.0:
16---------------------------------------------------------------------------
17
18Check 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.
19
20There have been too many changes to list them all, but here are some of the highlights:
21
22https://wiki.libsdl.org/SDL3/NewFeatures
23
24Thank you to all the people who have contributed code and feedback to the SDL 3.0 release!