--- a/src/video/SDL_surface.c Mon Nov 16 07:13:07 2009 +0000 +++ b/src/video/SDL_surface.c Mon Nov 16 07:39:08 2009 +0000 @@ -961,7 +961,7 @@ rect.x = 0; rect.y = 0; rect.w = width; - rect.h = width; + rect.h = height; return SDL_LowerBlit(&src_surface, &rect, &dst_surface, &rect); }