1.1 --- a/include/SDL_quit.h Sat May 18 12:48:50 2013 -0700
1.2 +++ b/include/SDL_quit.h Sat May 18 14:17:52 2013 -0700
1.3 @@ -21,7 +21,7 @@
1.4
1.5 /**
1.6 * \file SDL_quit.h
1.7 - *
1.8 + *
1.9 * Include file for SDL quit event handling.
1.10 */
1.11
1.12 @@ -33,11 +33,11 @@
1.13
1.14 /**
1.15 * \file SDL_quit.h
1.16 - *
1.17 + *
1.18 * An ::SDL_QUIT event is generated when the user tries to close the application
1.19 * window. If it is ignored or filtered out, the window will remain open.
1.20 * If it is not ignored or filtered, it is queued normally and the window
1.21 - * is allowed to close. When the window is closed, screen updates will
1.22 + * is allowed to close. When the window is closed, screen updates will
1.23 * complete, but have no effect.
1.24 *
1.25 * SDL_Init() installs signal handlers for SIGINT (keyboard interrupt)
1.26 @@ -46,7 +46,7 @@
1.27 * to determine the cause of an ::SDL_QUIT event, but setting a signal
1.28 * handler in your application will override the default generation of
1.29 * quit events for that signal.
1.30 - *
1.31 + *
1.32 * \sa SDL_Quit()
1.33 */
1.34