fix for Bug #105221 though it seems repeats were ignored anyway. this was done

by backporting the glx/x11 changes from nuq
This commit is contained in:
Bill Currie 2000-09-24 03:43:06 +00:00
parent b88799880f
commit 9ece49b4e8
9 changed files with 232 additions and 281 deletions

View file

@ -30,6 +30,7 @@
#define _INPUT_H
#include "protocol.h"
#include "cvar.h"
#define freelook (in_mlook.state&1 || cl_freelook->value)
@ -49,4 +50,6 @@ void IN_Move (usercmd_t *cmd);
void IN_ModeChanged (void);
// called whenever screen dimensions change
extern cvar_t *_windowed_mouse;
#endif // _INPUT_H