Skip to content

Commit ac1213d

Browse files
committed
*** empty log message ***
1 parent 7555833 commit ac1213d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/SDL_video.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,8 @@ extern DECLSPEC int SDLCALL SDL_SetColorKey
578578
* If 'flag' is SDL_SRCALPHA, alpha blending is enabled for the surface.
579579
* OR:ing the flag with SDL_RLEACCEL requests RLE acceleration for the
580580
* surface; if SDL_RLEACCEL is not specified, the RLE accel will be removed.
581+
*
582+
* The 'alpha' parameter is ignored for surfaces that have an alpha channel.
581583
*/
582584
extern DECLSPEC int SDLCALL SDL_SetAlpha(SDL_Surface *surface, Uint32 flag, Uint8 alpha);
583585

0 commit comments

Comments
 (0)