sdl2: Pass SDL_Rect pointers instead of full copies
sdl2-client functions is_in_rect_area() and get_smaller_surface_rect() pass around copies of SDL_Rect while pointers could be used.
sdl2-client functions is_in_rect_area() and get_smaller_surface_rect() pass around copies of SDL_Rect while pointers could be used.