Penguin
Blame: SDL_UpdateRect(3)
EditPageHistoryDiffInfoLikePages
Annotated edit history of SDL_UpdateRect(3) version 2, including all changes. View license author blame.
Rev Author # Line
2 perry 1 SDL_!UpdateRect
2 !!!SDL_!UpdateRect
1 perry 3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 SEE ALSO
7 ----
8 !!NAME
9
10
2 perry 11 SDL_!UpdateRect- Makes sure the given area is updated on the given screen.
1 perry 12 !!SYNOPSIS
13
14
15 __#include __
16
17
2 perry 18 __void SDL_!UpdateRect__(__SDL_Surface *screen, Sint32 x,
1 perry 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
2 perry 28 0, __SDL_!UpdateRect__ will update the entire
1 perry 29 screen.
30
31
32 This function should not be called while '__screen__' is
33 ''locked''.
34 !!SEE ALSO
35
36
2 perry 37 __SDL_!UpdateRects__, __SDL_Rect__, __SDL_Surface__,
38 __SDL_!LockSurface__
1 perry 39 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.