mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-gtk
synced 2026-01-25 09:19:09 +00:00
Internally, spice-widget has separate try_keyboard_ungrab() and try_mouse_ungrab() functions to ungrab the keyboard and mouse respectively. Both of these functions are called when the grab sequence is pressed. spice-widget exposes try_mouse_ungrab() as spice_display_mouse_ungrab() to allow callers to explicitly ungrab. However, it does not currently expose try_keyboard_ungrab(), so callers can only ungrab the mouse and cannot ungrab the keyboard. Correct this by exposing try_keyboard_ungrab() as spice_display_keyboard_ungrab(). Fixes #73 |
||
|---|---|---|
| build-aux | ||
| data | ||
| doc | ||
| man | ||
| po | ||
| src | ||
| subprojects | ||
| tests | ||
| tools | ||
| vapi | ||
| .editorconfig | ||
| .gitlab-ci.yml | ||
| .gitmodules | ||
| .gitpublish | ||
| .mailmap | ||
| AUTHORS | ||
| CHANGELOG.md | ||
| COPYING | ||
| meson_options.txt | ||
| meson.build | ||
| README.md | ||