1SDL_FreeSurface(3)             SDL API Reference            SDL_FreeSurface(3)
2
3
4

NAME

6       SDL_FreeSurface - Frees (deletes) a SDL_Surface
7

SYNOPSIS

9       #include "SDL.h"
10
11       void SDL_FreeSurface(SDL_Surface *surface);
12

DESCRIPTION

14       Frees  the  resources  used by a previously created SDL_Surface. If the
15       surface was created using SDL_CreateRGBSurfaceFrom then the pixel  data
16       is not freed.
17

SEE ALSO

19       SDL_CreateRGBSurface SDL_CreateRGBSurfaceFrom
20
21
22
23SDL                         Tue 11 Sep 2001, 23:01          SDL_FreeSurface(3)
Impressum