Skip to content

Commit

Permalink
update SDL2 to latest official 2.30.8 version
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Oct 1, 2024
1 parent d8d2b54 commit 5698237
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Windows/SDL2/bin/sdl2-config
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ while test $# -gt 0; do
lib_suffix=$optarg
;;
--version)
echo 2.30.7
echo 2.30.8
;;
--cflags)
echo -I${prefix}/include -Dmain=SDL_main
Expand Down
1 change: 1 addition & 0 deletions Windows/SDL2/include/SDL_hints.h
Original file line number Diff line number Diff line change
Expand Up @@ -1912,6 +1912,7 @@ extern "C" {
* Since it's driver-specific, it's only supported where possible and
* implemented. Currently supported the following drivers:
*
* - Wayland (wayland)
* - KMSDRM (kmsdrm)
* - Raspberry Pi (raspberrypi)
*/
Expand Down
9 changes: 5 additions & 4 deletions Windows/SDL2/include/SDL_revision.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/* Generated by updaterev.sh, do not edit */
/* #undef SDL_VENDOR_INFO */
#define SDL_REVISION_NUMBER 0

#ifdef SDL_VENDOR_INFO
#define SDL_REVISION "SDL-release-2.30.7-0-g9519b9916 (" SDL_VENDOR_INFO ")"
#define SDL_REVISION "SDL-2.30.8 (" SDL_VENDOR_INFO ")"
#else
#define SDL_REVISION "SDL-release-2.30.7-0-g9519b9916"
#define SDL_REVISION "SDL-2.30.8"
#endif
#define SDL_REVISION_NUMBER 0
2 changes: 1 addition & 1 deletion Windows/SDL2/include/SDL_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ typedef struct SDL_version
*/
#define SDL_MAJOR_VERSION 2
#define SDL_MINOR_VERSION 30
#define SDL_PATCHLEVEL 7
#define SDL_PATCHLEVEL 8

/**
* Macro to determine SDL version program was compiled against.
Expand Down
Binary file modified Windows/SDL2/lib/SDL2.dll
Binary file not shown.
Binary file modified Windows/SDL2/lib64/SDL2.dll
Binary file not shown.

0 comments on commit 5698237

Please sign in to comment.