*** empty log message ***
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40433
This commit is contained in:
parent
a9c0bef803
commit
bf356316d1
1 changed files with 2 additions and 0 deletions
|
@ -578,6 +578,8 @@ extern DECLSPEC int SDLCALL SDL_SetColorKey
|
||||||
* If 'flag' is SDL_SRCALPHA, alpha blending is enabled for the surface.
|
* If 'flag' is SDL_SRCALPHA, alpha blending is enabled for the surface.
|
||||||
* OR:ing the flag with SDL_RLEACCEL requests RLE acceleration for the
|
* OR:ing the flag with SDL_RLEACCEL requests RLE acceleration for the
|
||||||
* surface; if SDL_RLEACCEL is not specified, the RLE accel will be removed.
|
* surface; if SDL_RLEACCEL is not specified, the RLE accel will be removed.
|
||||||
|
*
|
||||||
|
* The 'alpha' parameter is ignored for surfaces that have an alpha channel.
|
||||||
*/
|
*/
|
||||||
extern DECLSPEC int SDLCALL SDL_SetAlpha(SDL_Surface *surface, Uint32 flag, Uint8 alpha);
|
extern DECLSPEC int SDLCALL SDL_SetAlpha(SDL_Surface *surface, Uint32 flag, Uint8 alpha);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue