about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorSeeSchloß <see.github@seos.fr>2023-09-25 11:09:19 +0200
committerGitHub <noreply@github.com>2023-09-25 11:09:19 +0200
commitb59ce0b95b4b7a63c5ecd9577e0ac7f4e4cbdf6b (patch)
treea5946d3b8acca2cecdd7e27ae342efaf8c29a4a4 /src
parentc00cd1d6271b313ea459d0b782bc392af74e1598 (diff)
downloadbox64-b59ce0b95b4b7a63c5ecd9577e0ac7f4e4cbdf6b.tar.gz
box64-b59ce0b95b4b7a63c5ecd9577e0ac7f4e4cbdf6b.zip
Add SDL_RenderWindowToLogical and SDL_SetSurfaceColorMod wrapped functions for #939 (#991)
Diffstat (limited to 'src')
-rw-r--r--src/wrapped/wrappedsdl2_private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wrapped/wrappedsdl2_private.h b/src/wrapped/wrappedsdl2_private.h
index 6696fab3..915c422a 100644
--- a/src/wrapped/wrappedsdl2_private.h
+++ b/src/wrapped/wrappedsdl2_private.h
@@ -522,6 +522,7 @@ GO(SDL_RenderSetLogicalSize, iFpii)
 GO(SDL_RenderSetScale, iFpff)
 GO(SDL_RenderSetViewport, iFpp)
 GO(SDL_RenderTargetSupported, iFp)
+GO(SDL_RenderWindowToLogical, vFpiipp)
 GO(SDL_ReportAssertion, uFpppi)
 GO(SDL_ResetAssertionReport, vFv)
 GO(SDL_ResetKeyboard, vFv)
@@ -574,6 +575,7 @@ GO(SDL_SetRenderDrawColor, iFpCCCC)
 GO(SDL_SetRenderTarget, iFpp)
 GO(SDL_SetSurfaceAlphaMod, iFpC)
 GO(SDL_SetSurfaceBlendMode, iFpu)
+GO(SDL_SetSurfaceColorMod, iFpCCC)
 // SDL_SetSurfaceColorMod
 GO(SDL_SetSurfacePalette, iFpp)
 GO(SDL_SetSurfaceRLE, iFpi)