aboutsummaryrefslogtreecommitdiffstats
path: root/sdl_keysym.h
diff options
context:
space:
mode:
Diffstat (limited to 'sdl_keysym.h')
-rw-r--r--sdl_keysym.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/sdl_keysym.h b/sdl_keysym.h
index c9087d75a..c213ef873 100644
--- a/sdl_keysym.h
+++ b/sdl_keysym.h
@@ -1,7 +1,6 @@
-typedef struct {
- const char* name;
- int keysym;
-} name2keysym_t;
+
+#include "keymaps.h"
+
static const name2keysym_t name2keysym[]={
/* ascii */
{ "space", 0x020},