Mercurial > sdl-ios-xcode
diff src/video/windows/SDL_windowskeyboard.c @ 5223:572a73d71b5f
Sheena pointed out that "scancode" and "keysym" are single words and shouldn't be camel-cased.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 07 Feb 2011 09:37:11 -0800 |
parents | fb424691cfc7 |
children | c1a92e61907d |
line wrap: on
line diff
--- a/src/video/windows/SDL_windowskeyboard.c Mon Feb 07 09:23:01 2011 -0800 +++ b/src/video/windows/SDL_windowskeyboard.c Mon Feb 07 09:37:11 2011 -0800 @@ -150,7 +150,7 @@ WIN_UpdateKeymap() { int i; - SDL_ScanCode scancode; + SDL_Scancode scancode; SDLKey keymap[SDL_NUM_SCANCODES]; SDL_GetDefaultKeymap(keymap);