Skip to content

Commit

Permalink
Branch Sync
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 23, 2024
1 parent f45d371 commit 0d48e38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion imgui
Submodule imgui updated 1 files
+2 −2 imgui_widgets.cpp
2 changes: 1 addition & 1 deletion sdl3
Submodule sdl3 updated 45 files
+102 −17 include/SDL3/SDL_assert.h
+5 −5 include/SDL3/SDL_asyncio.h
+72 −11 include/SDL3/SDL_atomic.h
+57 −12 include/SDL3/SDL_audio.h
+6 −3 include/SDL3/SDL_begin_code.h
+5 −42 include/SDL3/SDL_events.h
+38 −7 include/SDL3/SDL_gpu.h
+13 −1 include/SDL3/SDL_haptic.h
+9 −0 include/SDL3/SDL_hints.h
+60 −0 include/SDL3/SDL_init.h
+64 −2 include/SDL3/SDL_intrin.h
+99 −27 include/SDL3/SDL_main.h
+153 −6 include/SDL3/SDL_mutex.h
+408 −26 include/SDL3/SDL_pixels.h
+10 −1 include/SDL3/SDL_platform_defines.h
+7 −0 include/SDL3/SDL_process.h
+681 −22 include/SDL3/SDL_stdinc.h
+40 −1 include/SDL3/SDL_system.h
+98 −6 include/SDL3/SDL_video.h
+18 −11 src/core/linux/SDL_evdev.c
+24 −12 src/core/openbsd/SDL_wscons_kbd.c
+18 −29 src/core/openbsd/SDL_wscons_mouse.c
+1 −11 src/events/SDL_events.c
+0 −28 src/events/SDL_mouse.c
+0 −6 src/events/SDL_mouse_c.h
+9 −1 src/gpu/d3d12/SDL_gpu_d3d12.c
+19 −4 src/stdlib/SDL_malloc.c
+6 −0 src/test/SDL_test_common.c
+15 −3 src/test/SDL_test_memory.c
+2 −1 src/video/SDL_surface.c
+0 −3 src/video/SDL_sysvideo.h
+0 −7 src/video/SDL_video.c
+4 −2 src/video/openvr/SDL_openvrvideo.c
+13 −6 src/video/uikit/SDL_uikitevents.m
+29 −56 src/video/wayland/SDL_waylandevents.c
+55 −74 src/video/windows/SDL_windowsevents.c
+1 −13 src/video/windows/SDL_windowsrawinput.c
+0 −1 src/video/windows/SDL_windowsvideo.c
+1 −1 src/video/windows/SDL_windowswindow.c
+27 −15 src/video/x11/SDL_x11events.c
+3 −2 src/video/x11/SDL_x11events.h
+7 −11 src/video/x11/SDL_x11xinput2.c
+2 −2 test/testautomation_pixels.c
+63 −0 test/testautomation_surface.c
+4 −20 test/testrelative.c

0 comments on commit 0d48e38

Please sign in to comment.