branch | SDL-1.3 |
changeset 1686 | 8d7fecceb9ef |
parent 1668 | 4da1ee79c9af |
child 1724 | 6c63fc2bd986 |
1685:66267c6a0b12 | 1686:8d7fecceb9ef |
---|---|
174 event.type = SDL_USEREVENT; |
174 event.type = SDL_USEREVENT; |
175 SDL_PushEvent(&event); |
175 SDL_PushEvent(&event); |
176 } |
176 } |
177 |
177 |
178 int SDLCALL |
178 int SDLCALL |
179 FilterEvents(const SDL_Event * event) |
179 FilterEvents(SDL_Event * event) |
180 { |
180 { |
181 static int reallyquit = 0; |
181 static int reallyquit = 0; |
182 |
182 |
183 switch (event->type) { |
183 switch (event->type) { |
184 |
184 |