[retro-gtk/wip/aplazas/kbd: 1/2] keyboard-key: Fix FIVE and EIGHT names



commit e355acd0741402ce26c63c4853e4b30dae3fa323
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Tue Apr 7 21:51:47 2020 +0500

    keyboard-key: Fix FIVE and EIGHT names

 shared/retro-keyboard-key-private.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/shared/retro-keyboard-key-private.h b/shared/retro-keyboard-key-private.h
index 14dcb08..60cbb61 100644
--- a/shared/retro-keyboard-key-private.h
+++ b/shared/retro-keyboard-key-private.h
@@ -39,10 +39,10 @@ typedef enum {
   RETRO_KEYBOARD_KEY_TWO = 50,
   RETRO_KEYBOARD_KEY_THREE = 51,
   RETRO_KEYBOARD_KEY_FOUR = 52,
-  RETRO_KEYBOARD_KEY_FINE = 53,
+  RETRO_KEYBOARD_KEY_FIVE = 53,
   RETRO_KEYBOARD_KEY_SIX = 54,
   RETRO_KEYBOARD_KEY_SEVEN = 55,
-  RETRO_KEYBOARD_KEY_HEIGHT = 56,
+  RETRO_KEYBOARD_KEY_EIGHT = 56,
   RETRO_KEYBOARD_KEY_NINE = 57,
   RETRO_KEYBOARD_KEY_COLON = 58,
   RETRO_KEYBOARD_KEY_SEMICOLON = 59,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]