mirror of
				https://github.com/libsdl-org/SDL.git
				synced 2025-10-26 12:27:44 +00:00 
			
		
		
		
	Sync SDL3 wiki -> header
This commit is contained in:
		| @@ -217,8 +217,8 @@ typedef void (SDLCALL *SDL_AppQuit_func)(void *appstate); | |||||||
| /** | /** | ||||||
|  * Value that requests that the app continue from the main callbacks. |  * Value that requests that the app continue from the main callbacks. | ||||||
|  * |  * | ||||||
|  * If SDL_AppInit, SDL_AppEvent, or SDL_AppIterate returns this value, |  * If SDL_AppInit, SDL_AppEvent, or SDL_AppIterate returns this value, the | ||||||
|  * the program will continue to run. This is the normal return value case. |  * program will continue to run. This is the normal return value case. | ||||||
|  * |  * | ||||||
|  * This is always 0; using this macro may be clearer, but is not required. |  * This is always 0; using this macro may be clearer, but is not required. | ||||||
|  * |  * | ||||||
| @@ -229,8 +229,8 @@ typedef void (SDLCALL *SDL_AppQuit_func)(void *appstate); | |||||||
| /** | /** | ||||||
|  * Value that requests termination with error from the main callbacks. |  * Value that requests termination with error from the main callbacks. | ||||||
|  * |  * | ||||||
|  * If SDL_AppInit, SDL_AppEvent, or SDL_AppIterate returns this value, |  * If SDL_AppInit, SDL_AppEvent, or SDL_AppIterate returns this value, the | ||||||
|  * the program will terminate and report failure to the operating system. |  * program will terminate and report failure to the operating system. | ||||||
|  * |  * | ||||||
|  * What that failure looks like is platform-dependent. On Unix, for example, |  * What that failure looks like is platform-dependent. On Unix, for example, | ||||||
|  * the process error code will be non-zero. |  * the process error code will be non-zero. | ||||||
| @@ -244,8 +244,8 @@ typedef void (SDLCALL *SDL_AppQuit_func)(void *appstate); | |||||||
| /** | /** | ||||||
|  * Value that requests termination with success from the main callbacks. |  * Value that requests termination with success from the main callbacks. | ||||||
|  * |  * | ||||||
|  * If SDL_AppInit, SDL_AppEvent, or SDL_AppIterate returns this value, |  * If SDL_AppInit, SDL_AppEvent, or SDL_AppIterate returns this value, the | ||||||
|  * the program will terminate and report success to the operating system. |  * program will terminate and report success to the operating system. | ||||||
|  * |  * | ||||||
|  * What that success looks like is platform-dependent. On Unix, for example, |  * What that success looks like is platform-dependent. On Unix, for example, | ||||||
|  * the process error code will be zero. |  * the process error code will be zero. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 SDL Wiki Bot
					SDL Wiki Bot