]> git.ipfire.org Git - thirdparty/qemu.git/commit - ui/gtk.c
gtk: move gd_update_caption calls to gd_{grab,ungrab}_{pointer,keyboard}
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 9 Sep 2015 08:03:59 +0000 (10:03 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 15 Sep 2015 10:27:39 +0000 (12:27 +0200)
commit695cc59d42f2e285abd5cf278bdc07360a995eaa
tree02bf85dc7c7661843e9c5dc7eef827e38a117d90
parentaa4f4058ba8cde200e62ef3dafc4e1595f6033e9
gtk: move gd_update_caption calls to gd_{grab,ungrab}_{pointer,keyboard}

Then we don't have to pair the grab/ungrab calls with update_caption
calls any more because things happen automatically ;)

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
ui/gtk.c