Mercurial > sdl-ios-xcode
diff test/testwm.c @ 5083:25d4feb7c127
Renamed SDL_keysym to SDL_KeySym
Renamed SDL_scancode to SDL_ScanCode
Added #defines to SDL_compat.h
author | krogoway |
---|---|
date | Mon, 24 Jan 2011 13:47:35 -0600 |
parents | c127755eebee |
children | 572a73d71b5f |
line wrap: on
line diff
--- a/test/testwm.c Sun Jan 23 21:55:04 2011 -0800 +++ b/test/testwm.c Mon Jan 24 13:47:35 2011 -0600 @@ -210,7 +210,7 @@ printf(" MODE"); } -static void PrintKey(const SDL_keysym *sym, int pressed) +static void PrintKey(const SDL_KeySym *sym, int pressed) { /* Print the keycode, name and state */ if ( sym->sym ) {