2001-09-14 02:41:09 +00:00
.TH "SDL_FreeSurface" "3" "Tue 11 Sep 2001, 23:01" "SDL" "SDL API Reference"
2001-04-26 16:45:43 +00:00
.SH "NAME"
2001-06-10 19:31:57 +00:00
SDL_FreeSurface\- Frees (deletes) a SDL_Surface
2001-04-26 16:45:43 +00:00
.SH "SYNOPSIS"
.PP
\fB #include "SDL\& .h"
.sp
\fB void \fB SDL_FreeSurface\fP \fR (\fB SDL_Surface *surface\fR );
.SH "DESCRIPTION"
.PP
Frees the resources used by a previously created \fB SDL_Surface\fR \& . If the surface was created using \fI SDL_CreateRGBSurfaceFrom\fR then the pixel data is not freed\& .
.SH "SEE ALSO"
.PP
\fI \fB SDL_CreateRGBSurface\fP \fR \fI \fB SDL_CreateRGBSurfaceFrom\fP \fR
2001-09-14 02:41:09 +00:00
. ..\" created by instant / docbook-to-man, Tue 11 Sep 2001 , 23 :01