Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed so SDL_quit.h doesn't require SDL_compat.h
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Apr 21, 2011
1 parent 19396a8 commit 6d5cfdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_quit.h
Expand Up @@ -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 */

0 comments on commit 6d5cfdf

Please sign in to comment.