From 04a0f0f416684b10bbe6af0b2359df8fe6819624 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Fri, 5 Mar 2010 15:43:46 +0000 Subject: [PATCH] Removed reference to compatibility function --- include/SDL_surface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_surface.h b/include/SDL_surface.h index f72b1cd52..2068076f3 100644 --- a/include/SDL_surface.h +++ b/include/SDL_surface.h @@ -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