Penguin
Diff: SDL_FillRect(3)
EditPageHistoryDiffInfoLikePages

Differences between current version and predecessor to the previous major change of SDL_FillRect(3).

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Monday, June 3, 2002 6:53:42 pm by perry
Older page: version 1 Last edited on Monday, June 3, 2002 6:53:42 pm by perry Revert
@@ -1,6 +1,6 @@
-SDL_FillRect  
-!!!SDL_FillRect 
+SDL_! FillRect  
+!!!SDL_! FillRect 
 NAME 
 SYNOPSIS 
 DESCRIPTION 
 RETURN VALUE 
@@ -8,16 +8,16 @@
 ---- 
 !!NAME 
  
  
-SDL_FillRect- This function performs a fast fill of the given rectangle with some color 
+SDL_! FillRect- This function performs a fast fill of the given rectangle with some color 
 !!SYNOPSIS 
  
  
 __#include __ 
  
  
-__int SDL_FillRect__(__SDL_Surface *dst, SDL_Rect 
+__int SDL_! FillRect__(__SDL_Surface *dst, SDL_Rect 
 *dstrect, Uint32 color__); 
 !!DESCRIPTION 
  
  
@@ -31,9 +31,9 @@
 function. 
  
  
 If there is a clip rectangle set on the destination (set via 
-''SDL_SetClipRect'') then this function will clip based 
+''SDL_! SetClipRect'') then this function will clip based 
 on the intersection of the clip rectangle and the 
 __dstrect__ rectangle. 
 !!RETURN VALUE 
  
@@ -42,7 +42,7 @@
 error. 
 !!SEE ALSO 
  
  
-__SDL_MapRGB__, __SDL_BlitSurface__, 
+__SDL_MapRGB__, __SDL_! BlitSurface__, 
 __SDL_Rect__ 
 ---- 
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.