Examples: SDL3: updates for latest SDL3 API changes.

This commit is contained in:
ocornut
2024-05-15 14:18:48 +02:00
parent e45efa9951
commit 93daf23223
3 changed files with 11 additions and 2 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ Other changes:
- Backends: Win32: undo an assert introduced in 1.90.6 which didn't allow WndProc
handler to be called before backend initialization. Because of how ::CreateWindow()
calls in WndProc this is facilitating. (#6275) [@MennoVink]
- Backends: SDL3: minor updates for latest SDL3 API changes. (#7580) [@kuvaus]
- Backends, Examples: SDL3: updates for latest SDL3 API changes. (#7580) [@kuvaus, @ocornut]
-----------------------------------------------------------------------