A few compile fixes.

And of course the very slight rework of the input system, at least
in_x11 gets shifts right for different keymaps.

Oh, by the way, ALL other input targets are broken in a very 'will not
compile' way.
This commit is contained in:
Zephaniah E. Hull 2000-11-17 21:23:26 +00:00
parent 15c31544cf
commit 8f1ff1bddc
7 changed files with 41 additions and 54 deletions

View file

@ -172,7 +172,7 @@ extern char chat_buffer[];
extern int chat_bufferlen;
extern qboolean chat_team;
void Key_Event (int key, qboolean down);
void Key_Event (int key, int alt, qboolean down);
void Key_Init (void);
void Key_Init_Cvars (void);
void Key_WriteBindings (QFile *f);