Commit f9b15a94ecd471e96c0f3ba89c829424103ca0ab

Philipp Wiesemann 2016-10-09T20:31:04

Linux: Fixed mixed up scancodes.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/events/scancodes_linux.h b/src/events/scancodes_linux.h
index 8db37df..5c7a36f 100644
--- a/src/events/scancodes_linux.h
+++ b/src/events/scancodes_linux.h
@@ -221,7 +221,7 @@ static SDL_Scancode const linux_scancode_table[] = {
     /*  192 */    SDL_SCANCODE_F22,
     /*  193 */    SDL_SCANCODE_F23,
     /*  194 */    SDL_SCANCODE_F24,
-    0, 0, 0, 0,
+    0, 0, 0, 0, 0,
     /*  200 */    SDL_SCANCODE_UNKNOWN, /* KEY_PLAYCD */
     /*  201 */    SDL_SCANCODE_UNKNOWN, /* KEY_PAUSECD */
     /*  202 */    SDL_SCANCODE_UNKNOWN, /* KEY_PROG3 */