comparison test/testwm.c @ 1686:8d7fecceb9ef SDL-1.3

Added the unicode keysym memory again for backwards compatibility.
author Sam Lantinga <slouken@libsdl.org>
date Sun, 18 Jun 2006 13:47:19 +0000
parents 4da1ee79c9af
children 6c63fc2bd986
comparison
equal deleted inserted replaced
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