Mac and Linux SDL2 binary snapshots
Edward Rudd
2019-04-09 0cf93f0ca314c999b9fe6c8de429ede6a1a57d01
include/SDL2/SDL_surface.h
@@ -249,6 +249,13 @@
                                            int flag, Uint32 key);
/**
 *  \brief Returns whether the surface has a color key
 *
 *  \return SDL_TRUE if the surface has a color key, or SDL_FALSE if the surface is NULL or has no color key
 */
extern DECLSPEC SDL_bool SDLCALL SDL_HasColorKey(SDL_Surface * surface);
/**
 *  \brief Gets the color key (transparent pixel) in a blittable surface.
 *
 *  \param surface The surface to update