Penguin
Blame: SDL_UnlockSurface(3)
EditPageHistoryDiffInfoLikePages
Annotated edit history of SDL_UnlockSurface(3) version 2, including all changes. View license author blame.
Rev Author # Line
2 perry 1 SDL_!UnlockSurface
2 !!!SDL_!UnlockSurface
1 perry 3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 SEE ALSO
7 ----
8 !!NAME
9
10
2 perry 11 SDL_!UnlockSurface- Unlocks a previously locked surface.
1 perry 12 !!SYNOPSIS
13
14
15 __#include __
16
17
2 perry 18 __void SDL_!UnlockSurface__(__SDL_Surface
1 perry 19 *surface__);
20 !!DESCRIPTION
21
22
23 Surfaces that were previously locked using
2 perry 24 __SDL_!LockSurface__ must be unlocked with
25 __SDL_!UnlockSurface__. Surfaces should be unlocked as
1 perry 26 soon as possible.
27
28
29 It should be noted that since 1.1.8, surface locks are
2 perry 30 recursive. See __SDL_!LockSurface__.
1 perry 31 !!SEE ALSO
32
33
2 perry 34 __SDL_!LockSurface__
1 perry 35 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.