Commit 401e97ad authored by Sam Lantinga's avatar Sam Lantinga

Fixed so SDL_quit.h doesn't require SDL_compat.h

parent f2b3dc5a
...@@ -53,6 +53,6 @@ ...@@ -53,6 +53,6 @@
/* There are no functions directly affecting the quit event */ /* There are no functions directly affecting the quit event */
#define SDL_QuitRequested() \ #define SDL_QuitRequested() \
(SDL_PumpEvents(), SDL_PeepEvents(NULL,0,SDL_PEEKEVENT,SDL_QUITMASK)) (SDL_PumpEvents(), SDL_PeepEvents(NULL,0,SDL_PEEKEVENT,SDL_QUIT,SDL_QUIT))
#endif /* _SDL_quit_h */ #endif /* _SDL_quit_h */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment