about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
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)