oops; save before commit
This commit is contained in:
@@ -76,10 +76,6 @@ void mySDL_BlitTransform( const SDL_Surface *src, SDL_Surface *dst,
|
|||||||
void mySDL_BlitSurface(
|
void mySDL_BlitSurface(
|
||||||
SDL_Surface *src, SDL_Surface *dst, int width, int height, bool ckey);
|
SDL_Surface *src, SDL_Surface *dst, int width, int height, bool ckey);
|
||||||
|
|
||||||
/* Use the "unused1" field in surfaces to mark surfaces that store alpha values
|
|
||||||
* in the palette. (SDL proper does not support this.) */
|
|
||||||
enum { ALPHA_PALETTE = 0x1 };
|
|
||||||
|
|
||||||
SDL_Surface *mySDL_Palettize( SDL_Surface *src_surf, int GrayBits, int AlphaBits );
|
SDL_Surface *mySDL_Palettize( SDL_Surface *src_surf, int GrayBits, int AlphaBits );
|
||||||
|
|
||||||
void mySDL_FixupPalettedAlpha( SDL_Surface *img );
|
void mySDL_FixupPalettedAlpha( SDL_Surface *img );
|
||||||
|
|||||||
Reference in New Issue
Block a user