Penguin

SDL_!UnlockSurface?

SDL_!UnlockSurface?

NAME SYNOPSIS DESCRIPTION SEE ALSO


NAME

SDL_!UnlockSurface?- Unlocks a previously locked surface.

SYNOPSIS

#include

void SDL_!UnlockSurface?(__SDL_Surface

  • surface__);

DESCRIPTION

Surfaces that were previously locked using SDL_!LockSurface? must be unlocked with SDL_!UnlockSurface?. Surfaces should be unlocked as soon as possible.

It should be noted that since 1.1.8, surface locks are recursive. See SDL_!LockSurface?.

SEE ALSO

SDL_!LockSurface?


This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.