Penguin
Blame: SDL_UpdateRect(3)
EditPageHistoryDiffInfoLikePages
Annotated edit history of SDL_UpdateRect(3) version 2 showing authors affecting page license. View with all changes included.
Rev Author # Line
1 perry 1 SDL_!UpdateRect
2 !!!SDL_!UpdateRect
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 SEE ALSO
7 ----
8 !!NAME
9
10
11 SDL_!UpdateRect- Makes sure the given area is updated on the given screen.
12 !!SYNOPSIS
13
14
15 __#include __
16
17
18 __void SDL_!UpdateRect__(__SDL_Surface *screen, Sint32 x,
19 Sint32 y, Sint32 w, Sint32 h__);
20 !!DESCRIPTION
21
22
23 Makes sure the given area is updated on the given
24 screen.
25
26
27 If '__x__', '__y__', '__w__' and '__h__' are all
28 0, __SDL_!UpdateRect__ will update the entire
29 screen.
30
31
32 This function should not be called while '__screen__' is
33 ''locked''.
34 !!SEE ALSO
35
36
37 __SDL_!UpdateRects__, __SDL_Rect__, __SDL_Surface__,
38 __SDL_!LockSurface__
39 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.