Differences between version 2 and previous revision of SDL_UpdateRects(3).
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Monday, June 3, 2002 6:53:49 pm | by perry | Revert |
Older page: | version 1 | Last edited on Monday, June 3, 2002 6:53:49 pm | by perry | Revert |
@@ -1,22 +1,22 @@
-SDL_UpdateRects
-!!!SDL_UpdateRects
+SDL_!
UpdateRects
+!!!SDL_!
UpdateRects
NAME
SYNOPSIS
DESCRIPTION
SEE ALSO
----
!!NAME
-SDL_UpdateRects- Makes sure the given list of rectangles is updated on the given screen.
+SDL_!
UpdateRects- Makes sure the given list of rectangles is updated on the given screen.
!!SYNOPSIS
__#include __
-__void SDL_UpdateRects__(__SDL_Surface *screen, int
+__void SDL_!
UpdateRects__(__SDL_Surface *screen, int
numrects, SDL_Rect *rects__);
!!DESCRIPTION
@@ -28,7 +28,7 @@
''locked''.
!!SEE ALSO
-__SDL_UpdateRect__, __SDL_Rect__, __SDL_Surface__,
-__SDL_LockSurface__
+__SDL_!
UpdateRect__, __SDL_Rect__, __SDL_Surface__,
+__SDL_!
LockSurface__
----