mirror of
https://github.com/joel16/SDL2.git
synced 2024-12-14 14:59:43 +00:00
2f110628a7
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401
18 lines
670 B
Groff
18 lines
670 B
Groff
.TH "SDL_UnlockSurface" "3" "Mon 12 Mar 2001, 01:04" "SDL" "SDL API Reference"
|
|
.SH "NAME"
|
|
SDL_UnlockSurface\- Unlocks a previously locked surface\&.
|
|
.SH "SYNOPSIS"
|
|
.PP
|
|
\fB#include "SDL\&.h"
|
|
.sp
|
|
\fBvoid \fBSDL_UnlockSurface\fP\fR(\fBSDL_Surface *surface\fR);
|
|
.SH "DESCRIPTION"
|
|
.PP
|
|
Surfaces that were previously locked using \fBSDL_LockSurface\fP must be unlocked with \fBSDL_UnlockSurface\fP\&. Surfaces should be unlocked as soon as possible\&.
|
|
.PP
|
|
It should be noted that since 1\&.1\&.8, surface locks are recursive\&. See \fI\fBSDL_LockSurface\fP\fR\&.
|
|
.SH "SEE ALSO"
|
|
.PP
|
|
\fI\fBSDL_LockSurface\fP\fR
|
|
...\" created by instant / docbook-to-man, Mon 12 Mar 2001, 01:04
|