(cherry picked from commit e6c8872fdc8d9b8aa5e208c9b55c6f230674a13d)
@@ -702,7 +702,8 @@ int SDL_UpperBlit(SDL_Surface *src, const SDL_Rect *srcrect,
SDL_Surface *dst, SDL_Rect *dstrect)
{
SDL_Rect fulldst;
- int srcx, srcy, w, h;
+ int srcx, srcy;
+ Sint64 w, h;
/* Make sure the surfaces aren't locked */
if (!src || !dst) {