Removed reference to compatibility function
This commit is contained in:
parent
9aeb408fa2
commit
04a0f0f416
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ typedef int (*SDL_blit) (struct SDL_Surface * src, SDL_Rect * srcrect,
|
||||||
struct SDL_Surface * dst, SDL_Rect * dstrect);
|
struct SDL_Surface * dst, SDL_Rect * dstrect);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allocate and free an RGB surface (must be called after SDL_SetVideoMode).
|
* Allocate and free an RGB surface.
|
||||||
*
|
*
|
||||||
* If the depth is 4 or 8 bits, an empty palette is allocated for the surface.
|
* If the depth is 4 or 8 bits, an empty palette is allocated for the surface.
|
||||||
* If the depth is greater than 8 bits, the pixel format is set using the
|
* If the depth is greater than 8 bits, the pixel format is set using the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue