GNOME Bugzilla – Bug 749119
Implement gdk_cursor_get_image
Last modified: 2015-05-12 15:11:45 UTC
I've recently added a cursors demo to gtk3-demo - it comes up all blank under Wayland, since we don't get cursor images.
On second thought, maybe gdk_cursor_get_image should be x11-specific api, since we don't have implementations on any other backend.
Created attachment 303191 [details] [review] Deprecate gdk_cursor_get_image/surface These functions are only implemented on X11, and may not be implementable on other platforms.
we may need to add x11 api for this back, and use it for dnd icons (which is the one place where this api is used).
I've now changed the cursors example in gtk3-demo to just use pngs from resources instead of querying cursor images at runtime.