-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
823370c
commit 3751d31
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sdl3
updated
21 files
+5 −1 | .github/workflows/create-test-plan.py | |
+16 −0 | build-scripts/SDL_migration.cocci | |
+14 −4 | cmake/macros.cmake | |
+8 −0 | docs/README-cmake.md | |
+4 −0 | docs/README-migration.md | |
+24 −1 | include/SDL3/SDL_audio.h | |
+4 −2 | include/SDL3/SDL_hints.h | |
+1 −1 | include/SDL3/SDL_main.h | |
+8 −0 | include/SDL3/SDL_oldnames.h | |
+1 −1 | include/SDL3/SDL_render.h | |
+4 −0 | include/SDL3/SDL_stdinc.h | |
+1 −1 | include/SDL3/SDL_system.h | |
+2 −0 | include/SDL3/SDL_version.h | |
+37 −37 | include/SDL3/SDL_video.h | |
+2 −2 | src/dynapi/SDL_dynapi_procs.h | |
+1 −1 | src/video/SDL_egl_c.h | |
+1 −0 | src/video/SDL_sysvideo.h | |
+11 −5 | src/video/SDL_video.c | |
+1 −0 | src/video/wayland/SDL_waylandvideo.c | |
+11 −0 | src/video/wayland/SDL_waylandwindow.c | |
+1 −0 | src/video/wayland/SDL_waylandwindow.h |