Sync SDL3 wiki -> header

This commit is contained in:
SDL Wiki Bot
2024-09-16 20:12:52 +00:00
parent 1bbc897e48
commit 926d143966
3 changed files with 10 additions and 7 deletions

View File

@@ -584,7 +584,8 @@ extern SDL_DECLSPEC SDL_bool SDLCALL SDL_SurfaceHasColorKey(SDL_Surface *surface
* The color key is a pixel of the format used by the surface, as generated by
* SDL_MapRGB().
*
* If the surface doesn't have color key enabled this function returns SDL_FALSE.
* If the surface doesn't have color key enabled this function returns
* SDL_FALSE.
*
* \param surface the SDL_Surface structure to query.
* \param key a pointer filled in with the transparent pixel.