Codebase list virt-viewer / 4175930
src: Release keyboard grab in addition to mouse grab when using spice This requires spice-gtk 0.40 or later: https://gitlab.freedesktop.org/spice/spice-gtk/-/commit/ea81b97f742f1a899222ae3ed92e5b433253542e Signed-off-by: Paul Donohue <git@PaulSD.com> Paul Donohue authored 2 years ago Daniel P. Berrangé committed 2 years ago
1 changed file(s) with 3 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
355355 {
356356 VirtViewerDisplaySpice *self = VIRT_VIEWER_DISPLAY_SPICE(display);
357357
358 #if SPICE_GTK_CHECK_VERSION(0,40,0)
359 spice_display_keyboard_ungrab(self->display);
360 #endif
358361 spice_display_mouse_ungrab(self->display);
359362 }
360363