comparison include/SDL_quit.h @ 1356:67114343400d

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Fri, 10 Feb 2006 03:19:02 +0000
parents c9b51268668f
children c71e05b4dc2e
comparison
equal deleted inserted replaced
1355:4d0f2b2147cf 1356:67114343400d
23 /* Include file for SDL quit event handling */ 23 /* Include file for SDL quit event handling */
24 24
25 #ifndef _SDL_quit_h 25 #ifndef _SDL_quit_h
26 #define _SDL_quit_h 26 #define _SDL_quit_h
27 27
28 #include "SDL_stdinc.h"
29
28 /* 30 /*
29 An SDL_QUITEVENT is generated when the user tries to close the application 31 An SDL_QUITEVENT is generated when the user tries to close the application
30 window. If it is ignored or filtered out, the window will remain open. 32 window. If it is ignored or filtered out, the window will remain open.
31 If it is not ignored or filtered, it is queued normally and the window 33 If it is not ignored or filtered, it is queued normally and the window
32 is allowed to close. When the window is closed, screen updates will 34 is allowed to close. When the window is closed, screen updates will