Penguin
Note: You are viewing an old revision of this page. View the current version.

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.