GNOME Bugzilla – Bug 767534
use gdk_cursor_new_for_display()
Last modified: 2016-09-15 05:11:45 UTC
The function has been deprecated for a while now. Attaching a patch with a fix.
Created attachment 329616 [details] [review] window: use gdk_cursor_new_for_display() gdk_cursor_new() has been deprecated since GDK 3.16 and gdk_cursor_new_for_display() is now the recommended function. This commit replaces the deprecated call.
patch pushed to master now, thanks.