diff options
| author | Yang Liu <numbksco@gmail.com> | 2024-09-26 15:24:32 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-26 09:24:32 +0200 |
| commit | 6a3904fc48f360544db07266c42e1ddc77976be1 (patch) | |
| tree | 4476a984d61ab2ae51551f1369622b7b3cecbfdf /src/include | |
| parent | b045dbde0f98fb673f10a5cdb2b25c5094167b65 (diff) | |
| download | box64-6a3904fc48f360544db07266c42e1ddc77976be1.tar.gz box64-6a3904fc48f360544db07266c42e1ddc77976be1.zip | |
[BOX32][WRAPPER] Refined SDL2 display mode wrapping (#1874)
* [BOX32][WRAPPER] Refined SDL2 display mode wrapping * review
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/sdl2align32.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/sdl2align32.h b/src/include/sdl2align32.h index 2920da60..d1131fb2 100644 --- a/src/include/sdl2align32.h +++ b/src/include/sdl2align32.h @@ -763,6 +763,7 @@ typedef enum SDL2_EventType { void inplace_SDL2_DisplayMode_to_64(void* a); void inplace_SDL2_DisplayMode_to_32(void* a); +void convert_SDL2_DisplayMode_to_32(void* dst_, void* src_); void convert_SDL2_Event_to_32(void* dst_, const void* src_); void convert_SDL2_Event_to_64(void* dst_, const void* src_); |