mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-24 21:12:27 +00:00
forgot to commit this with in_x11.c
This commit is contained in:
parent
b3cd4355cf
commit
e32119aa3c
1 changed files with 2 additions and 2 deletions
|
@ -160,8 +160,8 @@ typedef enum {
|
||||||
K_MWHEELDOWN
|
K_MWHEELDOWN
|
||||||
} keynum_t;
|
} keynum_t;
|
||||||
|
|
||||||
|
// key_none should, preferably, be last
|
||||||
typedef enum {key_game, key_console, key_message, key_menu} keydest_t;
|
typedef enum {key_game, key_console, key_message, key_menu, key_none} keydest_t;
|
||||||
|
|
||||||
extern keydest_t key_dest;
|
extern keydest_t key_dest;
|
||||||
extern char *keybindings[256];
|
extern char *keybindings[256];
|
||||||
|
|
Loading…
Reference in a new issue