GNOME Bugzilla – Bug 696429
wayland: Implement animated cursors
Last modified: 2013-03-28 15:57:28 UTC
From gdkcursor-wayland.c: /* TODO: Do something clever so we can do animated cursors - move the * wl_pointer_set_cursor to a function here so that we can do the magic to * iterate through */
One of the interns i'm working with has started making progress on this. I'll get him to attach his work for review
Created attachment 240053 [details] [review] Animated cursors 1/3
Created attachment 240054 [details] [review] Animated cursors 2/3
Created attachment 240055 [details] [review] Animated cursors 3/3
Hi, attached is a proposed implementation for animated cursors. I have also pushed a branch to my GitHub with the patch-set applied: https://github.com/ChrisCummins/gtk-.git wip/animated-cursors Regards, Chris (le intern)
Looks good, nice cleanups and straight-forward implementation of animated cursors. Pushed to master, thanks!
With the patches integrated let's close the bug!