Penguin
Blame: SDL_UpdateRects(3)
EditPageHistoryDiffInfoLikePages
Annotated edit history of SDL_UpdateRects(3) version 2 showing authors affecting page license. View with all changes included.
Rev Author # Line
1 perry 1 SDL_!UpdateRects
2 !!!SDL_!UpdateRects
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 SEE ALSO
7 ----
8 !!NAME
9
10
11 SDL_!UpdateRects- Makes sure the given list of rectangles is updated on the given screen.
12 !!SYNOPSIS
13
14
15 __#include __
16
17
18 __void SDL_!UpdateRects__(__SDL_Surface *screen, int
19 numrects, SDL_Rect *rects__);
20 !!DESCRIPTION
21
22
23 Makes sure the given list of rectangles is updated on the
24 given screen.
25
26
27 This function should not be called while __screen__ is
28 ''locked''.
29 !!SEE ALSO
30
31
32 __SDL_!UpdateRect__, __SDL_Rect__, __SDL_Surface__,
33 __SDL_!LockSurface__
34 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.