Penguin
Blame: SDL_FreeSurface(3)
EditPageHistoryDiffInfoLikePages
Annotated edit history of SDL_FreeSurface(3) version 2, including all changes. View license author blame.
Rev Author # Line
2 perry 1 SDL_!FreeSurface
2 !!!SDL_!FreeSurface
1 perry 3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 SEE ALSO
7 ----
8 !!NAME
9
10
2 perry 11 SDL_!FreeSurface- Frees (deletes) and SDL_Surface
1 perry 12 !!SYNOPSIS
13
14
15 __#include __
16
17
2 perry 18 __void SDL_!FreeSurface__(__SDL_Surface
1 perry 19 *surface__);
20 !!DESCRIPTION
21
22
23 Frees the resources used by a previously created
24 __SDL_Surface__. If the surface was created using
25 ''SDL_CreateRGBSurfaceFrom'' then the pixel data is not
26 freed.
27 !!SEE ALSO
28
29
30 __SDL_CreateRGBSurface
31 SDL_CreateRGBSurfaceFrom__
32 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.