Penguin
Blame: SDL_LockYUVOverlay(3)
EditPageHistoryDiffInfoLikePages
Annotated edit history of SDL_LockYUVOverlay(3) version 2, including all changes. View license author blame.
Rev Author # Line
1 perry 1 SDL_LockYUVOverlay
2 !!!SDL_LockYUVOverlay
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 RETURN VALUE
7 SEE ALSO
8 ----
9 !!NAME
10
11
12 SDL_LockYUVOverlay- Lock an overlay
13 !!SYNOPSIS
14
15
16 __#include __
17
18
19 __int SDL_LockYUVOverlay__(__SDL_Overlay
20 *overlay__);
21 !!DESCRIPTION
22
23
2 perry 24 Much the same as __SDL_!LockSurface__,
1 perry 25 __SDL_LockYUVOverlay__ locks the __overlay__ for
26 direct access to pixel data.
27 !!RETURN VALUE
28
29
30 Returns __0__ on success, or __-1__ on an
31 error.
32 !!SEE ALSO
33
34
35 __SDL_UnlockYUVOverlay__, __SDL_CreateYUVOverlay__,
36 __SDL_Overlay__
37 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.