diff 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
line wrap: on
line diff
--- a/test/testwm.c	Sun Jun 18 07:31:45 2006 +0000
+++ b/test/testwm.c	Sun Jun 18 13:47:19 2006 +0000
@@ -176,7 +176,7 @@
 }
 
 int SDLCALL
-FilterEvents(const SDL_Event * event)
+FilterEvents(SDL_Event * event)
 {
     static int reallyquit = 0;