Simple Directmedia Layer
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fixed an inaccuracy in the documentation for SDL_ConvertPixelsAndColorspace

authored by

Eduard Gushchin and committed by
Sam Lantinga
da80b9bc 2ce21d1f

+1 -1
+1 -1
include/SDL3/SDL_surface.h
··· 904 904 * properties, or 0. 905 905 * \param dst a pointer to be filled in with new pixel data. 906 906 * \param dst_pitch the pitch of the destination pixels, in bytes. 907 - * \returns false on success or false on failure; call SDL_GetError() for more 907 + * \returns true on success or false on failure; call SDL_GetError() for more 908 908 * information. 909 909 * 910 910 * \since This function is available since SDL 3.1.3.