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

This commit is contained in:
Sam Lantinga 2011-04-21 09:50:29 -07:00
parent f2b3dc5a5a
commit 401e97ad0c

View file

@ -53,6 +53,6 @@
/* There are no functions directly affecting the quit event */
#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 */