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(3), SDL_CreateYUVOverlay(3), SDL_Overlay(3)

COPYRIGHT

This manual page is taken from the SDL library, licensed under GNU LGPL.