mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
Some more whitespace, plus stop unconditionally resuming cd audio and sound when focus restored.
This commit is contained in:
parent
ee7e3326e0
commit
b96617e935
1 changed files with 6 additions and 5 deletions
|
@ -491,9 +491,11 @@ event_focusin (XEvent *event)
|
|||
{
|
||||
if (key_dest == key_game)
|
||||
XAutoRepeatOff (x_disp);
|
||||
if (in_snd_block->int_val) {
|
||||
S_UnblockSound ();
|
||||
CDAudio_Resume ();
|
||||
}
|
||||
}
|
||||
|
||||
static void
|
||||
center_pointer (void)
|
||||
|
@ -564,7 +566,6 @@ IN_LL_SendKeyEvents (void)
|
|||
X11_ProcessEvents ();
|
||||
}
|
||||
|
||||
/* Called at shutdown */
|
||||
void
|
||||
IN_LL_Shutdown (void)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue