mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-07 18:34:19 +00:00
server: retry mouse send on queue full
This commit is contained in:
parent
40232f00ab
commit
4ef938f2b0
@ -1324,6 +1324,7 @@ static void reds_handle_agent_mouse_event()
|
||||
}
|
||||
if (reds->mig_target || !(ring_item = ring_get_head(&reds->agent_state.internal_bufs))) {
|
||||
reds->inputs_state->pending_mouse_event = TRUE;
|
||||
vdi_port_write_timer_start();
|
||||
return;
|
||||
}
|
||||
reds->inputs_state->pending_mouse_event = FALSE;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user