Penguin
Blame: SDL_GetVideoSurface(3)
EditPageHistoryDiffInfoLikePages
Annotated edit history of SDL_GetVideoSurface(3) version 2, including all changes. View license author blame.
Rev Author # Line
2 perry 1 SDL_!GetVideoSurface
2 !!!SDL_!GetVideoSurface
1 perry 3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 SEE ALSO
7 ----
8 !!NAME
9
10
2 perry 11 SDL_!GetVideoSurface- returns a pointer to the current display surface
1 perry 12 !!SYNOPSIS
13
14
15 __#include __
16
17
18 __SDL_Surface
2 perry 19 *SDL_!GetVideoSurface__(__void__);
1 perry 20 !!DESCRIPTION
21
22
23 This function returns a pointer to the current display
24 surface. If SDL is doing format conversion on the display
25 surface, this function returns the publicly visible surface,
26 not the real video surface.
27 !!SEE ALSO
28
29
30 __SDL_Surface__
31 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.