Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed reference to compatibility function
  • Loading branch information
slouken committed Mar 5, 2010
1 parent 17e5130 commit 2d2b153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_surface.h
Expand Up @@ -101,7 +101,7 @@ typedef int (*SDL_blit) (struct SDL_Surface * src, SDL_Rect * srcrect,
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 greater than 8 bits, the pixel format is set using the
Expand Down

0 comments on commit 2d2b153

Please sign in to comment.