diff test/checkkeys.c @ 5131:2c500f37abcf

merged: might need to check main.c in the iOS template to make sure no changes were abandoned.
author Eric Wing <ewing . public |-at-| gmail . com>
date Tue, 01 Feb 2011 00:37:02 -0800
parents 25d4feb7c127
children 572a73d71b5f
line wrap: on
line diff
--- a/test/checkkeys.c	Mon Jan 31 07:36:12 2011 -0800
+++ b/test/checkkeys.c	Tue Feb 01 00:37:02 2011 -0800
@@ -53,7 +53,7 @@
 }
 
 static void
-PrintKey(SDL_keysym * sym, SDL_bool pressed, SDL_bool repeat)
+PrintKey(SDL_KeySym * sym, SDL_bool pressed, SDL_bool repeat)
 {
     /* Print the keycode, name and state */
     if (sym->sym) {