diff options
author | krogoway <none@none> | 2011-01-24 13:47:35 -0600 |
---|---|---|
committer | krogoway <none@none> | 2011-01-24 13:47:35 -0600 |
commit | d35de7167f5cb621fef8c942ac22d7fde596cbe3 (patch) | |
tree | 7816f612bd0e27d4b89dd6a81b578522b9a71701 /src/events/scancodes_darwin.h | |
parent | 50c5b0720f6253810fc77abd983c684e07f0bd1b (diff) |
Renamed SDL_keysym to SDL_KeySym
Renamed SDL_scancode to SDL_ScanCode
Added #defines to SDL_compat.h
Diffstat (limited to 'src/events/scancodes_darwin.h')
-rw-r--r-- | src/events/scancodes_darwin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/events/scancodes_darwin.h b/src/events/scancodes_darwin.h index f328cba44d..79496c10f1 100644 --- a/src/events/scancodes_darwin.h +++ b/src/events/scancodes_darwin.h @@ -27,7 +27,7 @@ - experimentation on various ADB and USB ISO keyboards and one ADB ANSI keyboard */ /* *INDENT-OFF* */ -static const SDL_scancode darwin_scancode_table[] = { +static const SDL_ScanCode darwin_scancode_table[] = { /* 0 */ SDL_SCANCODE_A, /* 1 */ SDL_SCANCODE_S, /* 2 */ SDL_SCANCODE_D, |