changeset 1123 | 28ac87a38c17 |
parent 1028 | 5ba65305c954 |
child 1140 | af8b0f9ac2f4 |
--- a/src/events/SDL_events.c Sat Aug 20 21:39:06 2005 +0000 +++ b/src/events/SDL_events.c Sun Aug 21 06:18:54 2005 +0000 @@ -196,6 +196,12 @@ /* Halt the event thread, if running */ SDL_StopEventThread(); + /* Shutdown event handlers */ + SDL_AppActiveQuit(); + SDL_KeyboardQuit(); + SDL_MouseQuit(); + SDL_QuitQuit(); + /* Clean out EventQ */ SDL_EventQ.head = 0; SDL_EventQ.tail = 0;