From 8217c7bbb83739a83dcf37ec1a0983f3ee41c110 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 26 May 2003 01:48:48 +0000 Subject: [PATCH] use mySDL_EventState. --- stepmania/src/StepMania.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index aadb0085c5..462319968b 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -282,8 +282,8 @@ int main(int argc, char* argv[]) PREFSMAN->m_iMaxTextureResolution ); /* Now that we've started DISPLAY, we can set up event masks. */ - SDL_EventState(SDL_QUIT, SDL_ENABLE); - SDL_EventState(SDL_ACTIVEEVENT, SDL_ENABLE); + mySDL_EventState(SDL_QUIT, SDL_ENABLE); + mySDL_EventState(SDL_ACTIVEEVENT, SDL_ENABLE); /* Grab the window manager specific information */ SDL_SysWMinfo info;