mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
in_sdl.c: default to "have_focus" to "1".
This commit is contained in:
parent
25ffe6bc3e
commit
197481bdbb
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ static __attribute__ ((used)) const char rcsid[] =
|
|||
cvar_t *in_snd_block;
|
||||
|
||||
static keydest_t old_key_dest = key_none;
|
||||
static int have_focus;
|
||||
static int have_focus = 1;
|
||||
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue