diff options
Diffstat (limited to 'vnc_keysym.h')
-rw-r--r-- | vnc_keysym.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/vnc_keysym.h b/vnc_keysym.h index ce355d8ee2..2d255c9639 100644 --- a/vnc_keysym.h +++ b/vnc_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}, |