SDL_UnlockYUVOverlay

Name

SDL_UnlockYUVOverlay -- Unlock an overlay

Synopsis

uses
SDL;

procedure SDL_UnlockYUVOverlay( Overlay : PSDL_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