We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40ed9f7 commit 194657aCopy full SHA for 194657a
include/SDL_surface.h
@@ -811,12 +811,12 @@ extern DECLSPEC int SDLCALL SDL_LowerBlit
811
SDL_Surface * dst, SDL_Rect * dstrect);
812
813
814
- /**
815
- * Perform a fast, low quality, stretch blit between two surfaces of the
816
- * same format.
817
- *
818
- * Please use SDL_BlitScaled() instead.
819
- */
+/**
+ * Perform a fast, low quality, stretch blit between two surfaces of the
+ * same format.
+ *
+ * Please use SDL_BlitScaled() instead.
+ */
820
extern DECLSPEC int SDLCALL SDL_SoftStretch(SDL_Surface * src,
821
const SDL_Rect * srcrect,
822
SDL_Surface * dst,
0 commit comments