SDL_FreeSurface
NAMESYNOPSIS
DESCRIPTION
SEE ALSO
NAME
SDL_FreeSurface − Frees (deletes) a SDL_Surface
SYNOPSIS
#include "SDL.h"
void SDL_FreeSurface(SDL_Surface *surface);
DESCRIPTION
Frees the resources used by a previously created SDL_Surface. If the surface was created using SDL_CreateRGBSurfaceFrom then the pixel data is not freed.
SEE ALSO
SDL_CreateRGBSurface SDL_CreateRGBSurfaceFrom
More Linux Commands
manpages/glutSolidTeapot.3.html
glutSolidTeapot(3) - render a solid or wireframe teapot resp
glutSolidTeapot and glutWireTeapot render a solid or wireframe teapot respectively. Both surface normals and texture coordinates for the teapot are generated. T
manpages/autrace.8.html
autrace(8) a program similar to strace - Linux manual page
autrace is a program that will add the audit rules to trace a process similar to strace. It will then execute the program passing arguments to it. The resulting
manpages/iswalnum.3.html
iswalnum(3) - test for alphanumeric wide character (ManPage)
The iswalnum() function is the wide-character equivalent of the isalnum(3) function. It tests whether wc is a wide character belonging to the wide-character cla
manpages/polkit-default-privs.5.html
polkit-default-privs(5) - default privilege settings........
The files /etc/polkit-default-privs.* are line based and space delimited. Lines starting with # are comments. The first column lists the privilege names The sec
manpages/fsck.minix.8.html
fsck.minix(8) - check consistency of Minix filesystem.......
fsck.minix performs a consistency check for the Linux MINIX filesystem. The current version supports the 14 character and 30 character filename options. The pro
manpages/intel_reg_dumper.1.html
intel_reg_dumper(1) - Decode a bunch of Intel GPU registers
intel_reg_dumper is a tool to read and decode the values of many Intel GPU registers. It is commonly used in debugging video mode setting issues. If the file ar
manpages/system-config-printer.1.html
system-config-printer(1) configure a CUPS server (Man Page)
system-config-printer configures a CUPS server. It uses the CUPS API (bound to Python with pycups) to do this. The communication with the server is performed us
manpages/tca_correct.1.html
tca_correct(1) - Calculate transverse chromatic aberration
Generates fulla command-line parameters for correction of transverse chromatic aberration ( TCA ) from sample photos. Ideal sample photos would have a lot of co
manpages/floor.3.html
floor(3) - largest integral value not greater than argument
These functions return the largest integral value that is not greater than x. For example, floor(0.5) is 0.0, and floor(-0.5) is -1.0. RETURN VALUE These functi
manpages/ldap_bind_s.3.html
ldap_bind_s(3) - LDAP bind routines - Linux manual page.....
These routines provide various interfaces to the LDAP bind operation. After an association with an LDAP server is made using ldap_init(3), an LDAP bind operatio
manpages/pkg_create.n.html
pkg_create(n) Construct an appropriate package ifneeded comm
::pkg::create is a utility procedure that is part of the standard Tcl library. It is used to create an appropriate package ifneeded command for a given package
manpages/SDL_JoystickGetHat.3.html
SDL_JoystickGetHat(3) - Get the current state of a joystick
SDL_JoystickGetHat returns the current state of the given hat on the given joystick. RETURN VALUE The current state is returned as a Uint8 which is defined as a
