make sure input is grabbed when going fullscreen on init

This commit is contained in:
Bill Currie 2001-09-05 03:41:29 +00:00
parent f9e610bf6b
commit 4249bba636

View file

@ -550,6 +550,7 @@ IN_LL_Init (void)
if (vid_fullscreen->int_val) {
Cvar_Set (in_grab, "1");
in_grab->flags |= CVAR_ROM;
IN_LL_Grab_Input ();
}
X11_AddEvent (ButtonPress, &event_button);