]> git.proxmox.com Git - mirror_qemu.git/commit - ui/gtk.c
gtk: Replace gdk_cursor_new()
authorMax Reitz <mreitz@redhat.com>
Wed, 20 May 2015 13:35:31 +0000 (15:35 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 29 May 2015 09:43:29 +0000 (11:43 +0200)
commit63c67b6d4462b6589b371d55e3740e9f0dba3281
treed29b788c3efd374890441441659b9955e597fb67
parent97edf3bd5eab8952d475de66ede77307c12b8c48
gtk: Replace gdk_cursor_new()

gdk_cursor_new() has been deprecated in GTK 3.16, it is recommended to
use gdk_cursor_new_for_display() instead, so do that.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Cole Robinson <crobinso@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
ui/gtk.c