Penguin
Diff: SDL_UnlockSurface(3)
EditPageHistoryDiffInfoLikePages

Differences between current version and predecessor to the previous major change of SDL_UnlockSurface(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,35 +1,35 @@
-SDL_UnlockSurface  
-!!!SDL_UnlockSurface 
+SDL_! UnlockSurface  
+!!!SDL_! UnlockSurface 
 NAME 
 SYNOPSIS 
 DESCRIPTION 
 SEE ALSO 
 ---- 
 !!NAME 
  
  
-SDL_UnlockSurface- Unlocks a previously locked surface. 
+SDL_! UnlockSurface- Unlocks a previously locked surface. 
 !!SYNOPSIS 
  
  
 __#include __ 
  
  
-__void SDL_UnlockSurface__(__SDL_Surface 
+__void SDL_! UnlockSurface__(__SDL_Surface 
 *surface__); 
 !!DESCRIPTION 
  
  
 Surfaces that were previously locked using 
-__SDL_LockSurface__ must be unlocked with  
-__SDL_UnlockSurface__. Surfaces should be unlocked as 
+__SDL_! LockSurface__ must be unlocked with  
+__SDL_! UnlockSurface__. Surfaces should be unlocked as 
 soon as possible. 
  
  
 It should be noted that since 1.1.8, surface locks are 
-recursive. See __SDL_LockSurface__. 
+recursive. See __SDL_! LockSurface__. 
 !!SEE ALSO 
  
  
-__SDL_LockSurface__ 
+__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.