|
NAMESDL_UnlockYUVOverlay - Unlock an overlaySYNOPSIS#include "SDL.h"void SDL_UnlockYUVOverlay(SDL_Overlay *overlay); DESCRIPTIONThe opposite to SDL_LockYUVOverlay. Unlocks a previously locked overlay. An overlay must be unlocked before it can be displayed.SEE ALSOSDL_UnlockYUVOverlay, SDL_CreateYUVOverlay, SDL_Overlay
Visit the GSP FreeBSD Man Page Interface. |