commit | 63c67b6d4462b6589b371d55e3740e9f0dba3281 | [log] [tgz] |
---|---|---|
author | Max Reitz <mreitz@redhat.com> | Wed May 20 15:35:31 2015 +0200 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Fri May 29 11:43:29 2015 +0200 |
tree | d29b788c3efd374890441441659b9955e597fb67 | |
parent | 97edf3bd5eab8952d475de66ede77307c12b8c48 [diff] |
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>