Penguin
Diff: SDL_UpdateRect(3)
EditPageHistoryDiffInfoLikePages

Differences between current version and predecessor to the previous major change of SDL_UpdateRect(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:49 pm by perry
Older page: version 1 Last edited on Monday, June 3, 2002 6:53:49 pm by perry Revert
@@ -1,22 +1,22 @@
-SDL_UpdateRect  
-!!!SDL_UpdateRect 
+SDL_! UpdateRect  
+!!!SDL_! UpdateRect 
 NAME 
 SYNOPSIS 
 DESCRIPTION 
 SEE ALSO 
 ---- 
 !!NAME 
  
  
-SDL_UpdateRect- Makes sure the given area is updated on the given screen. 
+SDL_! UpdateRect- Makes sure the given area is updated on the given screen. 
 !!SYNOPSIS 
  
  
 __#include __ 
  
  
-__void SDL_UpdateRect__(__SDL_Surface *screen, Sint32 x, 
+__void SDL_! UpdateRect__(__SDL_Surface *screen, Sint32 x, 
 Sint32 y, Sint32 w, Sint32 h__); 
 !!DESCRIPTION 
  
  
@@ -24,16 +24,16 @@
 screen. 
  
  
 If '__x__', '__y__', '__w__' and '__h__' are all 
-, __SDL_UpdateRect__ will update the entire 
+, __SDL_! UpdateRect__ will update the entire 
 screen. 
  
  
 This function should not be called while '__screen__' is 
 ''locked''. 
 !!SEE ALSO 
  
  
-__SDL_UpdateRects__, __SDL_Rect__, __SDL_Surface__,  
-__SDL_LockSurface__ 
+__SDL_! UpdateRects__, __SDL_Rect__, __SDL_Surface__,  
+__SDL_! LockSurface__ 
 ---- 
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.