From 6d5cfdf6bf3da892673710297c7431b67d091ecb Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 21 Apr 2011 09:50:29 -0700 Subject: [PATCH] Fixed so SDL_quit.h doesn't require SDL_compat.h --- include/SDL_quit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_quit.h b/include/SDL_quit.h index 5529ce468..ef8857020 100644 --- a/include/SDL_quit.h +++ b/include/SDL_quit.h @@ -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 */