about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/wrapped/wrappedsdl2_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedsdl2_private.h b/src/wrapped/wrappedsdl2_private.h
index 031b28f8..55abb776 100755
--- a/src/wrapped/wrappedsdl2_private.h
+++ b/src/wrapped/wrappedsdl2_private.h
@@ -656,7 +656,7 @@ GO(SDL_UnlockSurface, vFp)
 GO(SDL_UnlockTexture, vFp)
 GO(SDL_UpdateTexture, iFpppi)
 GO(SDL_UpdateWindowSurface, iFp)
-// SDL_UpdateWindowSurfaceRects
+GO(SDL_UpdateWindowSurfaceRects, iFppi)
 GO(SDL_UpdateYUVTexture, iFpppipipi)
 GO(SDL_UpperBlit, iFpppp)
 GO(SDL_UpperBlitScaled, iFpppp)