mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-27 03:01:09 +01:00
The destination rectangle passed to SDL_BlitSurface() and SDL_BlitSurfaceScaled() is non-const and filled in with the final destination rectangle after clipping, and now documented as such. Fixes https://github.com/libsdl-org/SDL/issues/7911