Provided by: libsdl-stretch-dev_0.3.1-4_amd64 bug

NAME

       SDL_StretchSurface_23 - (src/SDL_stretch.h)

SYNOPSIS

        #include <SDL_stretch.h>

       extern DECLSPEC int SDL_StretchSurface_23(SDL_Surface *src, SDL_Rect *srcrect,
                                                 SDL_Surface *dst, SDL_Rect *dstrect);

DESCRIPTION

       The SDL_StretchSurface_23 function will stretch to 150%. This is not only a fast function
       but it is also safe to call from multiple threads. If the srcrect is given then only that
       rect is copied. Otherwise the full src surface is copied to the full dst surface. The
       dstrect is ignored.