equal
deleted
inserted
replaced
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" |
28 #include "SDL_stdinc.h" |
|
29 #include "SDL_error.h" |
29 |
30 |
30 /* |
31 /* |
31 An SDL_QUITEVENT is generated when the user tries to close the application |
32 An SDL_QUITEVENT is generated when the user tries to close the application |
32 window. If it is ignored or filtered out, the window will remain open. |
33 window. If it is ignored or filtered out, the window will remain open. |
33 If it is not ignored or filtered, it is queued normally and the window |
34 If it is not ignored or filtered, it is queued normally and the window |