Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.3

SDL_UnlockYUVOverlay(3)


SDL_UnlockYUVOverlay

SDL_UnlockYUVOverlay

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO

NAME

SDL_UnlockYUVOverlay− Unlock an overlay

SYNOPSIS

#include "SDL.h"

void SDL_UnlockYUVOverlay(SDL_Overlay *overlay);

DESCRIPTION

The opposite to SDL_LockYUVOverlay. Unlocks a previously locked overlay. An overlay must be unlocked before it can be displayed.

SEE ALSO

SDL_UnlockYUVOverlay, SDL_CreateYUVOverlay, SDL_Overlay



SDL_UnlockYUVOverlay(3)