Penguin
Diff: SDL_WasInit(3)
EditPageHistoryDiffInfoLikePages

Differences between current version and predecessor to the previous major change of SDL_WasInit(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:50 pm by perry
Older page: version 1 Last edited on Monday, June 3, 2002 6:53:50 pm by perry Revert
@@ -1,6 +1,6 @@
-SDL_WasInit  
-!!!SDL_WasInit 
+SDL_! WasInit  
+!!!SDL_! WasInit 
 NAME 
 SYNOPSIS 
 DESCRIPTION 
 RETURN VALUE 
@@ -9,37 +9,37 @@
 ---- 
 !!NAME 
  
  
-SDL_WasInit- Check which subsystems are initialized 
+SDL_! WasInit- Check which subsystems are initialized 
 !!SYNOPSIS 
  
  
 __#include __ 
  
  
-__Uint32 SDL_WasInit__(__Uint32 flags__); 
+__Uint32 SDL_! WasInit__(__Uint32 flags__); 
 !!DESCRIPTION 
  
  
-__SDL_WasInit__ allows you to see which SDL subsytems 
+__SDL_! WasInit__ allows you to see which SDL subsytems 
 have been ''initialized''. __flags__ is a bitwise OR'd 
 combination of the subsystems you wish to check (see 
 __SDL_Init__ for a list of subsystem flags). 
 !!RETURN VALUE 
  
  
-__SDL_WasInit__ returns a bitwised OR'd combination of 
+__SDL_! WasInit__ returns a bitwised OR'd combination of 
 the initialized subsystems. 
 !!EXAMPLES 
  
  
-/* Here are several ways you can use SDL_WasInit() */ 
+/* Here are several ways you can use SDL_! WasInit() */ 
 /* Get init data on all the subsystems */ 
 Uint32 subsystem_init; 
-subsystem_init=SDL_WasInit(SDL_INIT_EVERYTHING); 
+subsystem_init=SDL_! WasInit(SDL_INIT_EVERYTHING); 
 if(subsystem_init 
 !!SEE ALSO 
  
  
 __SDL_Init__, __SDL_Subsystem__ 
 ---- 
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.