Sheena pointed out that "scancode" and "keysym" are single words and shouldn't be camel-cased.

This commit is contained in:
Sam Lantinga 2011-02-07 09:37:11 -08:00
parent f0fa63a506
commit 76a24d278d
25 changed files with 76 additions and 74 deletions

View file

@ -150,7 +150,7 @@ void
WIN_UpdateKeymap()
{
int i;
SDL_ScanCode scancode;
SDL_Scancode scancode;
SDLKey keymap[SDL_NUM_SCANCODES];
SDL_GetDefaultKeymap(keymap);

View file

@ -123,7 +123,7 @@ typedef struct SDL_VideoData
PFCoordTransform CoordTransform;
#endif
const SDL_ScanCode *key_layout;
const SDL_Scancode *key_layout;
DWORD clipboard_count;
/* Touch input functions */