GNOME Bugzilla – Bug 708465
cursor: Bug fixes
Last modified: 2013-09-24 10:52:51 UTC
Since this code was written, mutter is now again responsible for setting up the default root cursor.
Created attachment 255407 [details] [review] cursor: Fix incorrect comment
Created attachment 255408 [details] [review] cursor: Fix cursor state when plugin is disabled If the plugin is just disabled, it's still an X client and a hidden cursor will still be hidden.
Review of attachment 255407 [details] [review]: Yes. (Did gnome-settings-daemon ever do that? I'm quite sure mutter has had code to set the root cursor for a long time)
Review of attachment 255408 [details] [review]: ::: plugins/cursor/gsd-cursor-manager.c @@ +463,3 @@ + /* If the plugin is just disabled, it's still an X client + * and a hidden cursor will still be hidden */ + set_cursor_visibility (manager, TRUE); Isn't this is handled a few lines later?
Comment on attachment 255408 [details] [review] cursor: Fix cursor state when plugin is disabled Yep, already there...
(In reply to comment #3) > Review of attachment 255407 [details] [review]: > > Yes. > > (Did gnome-settings-daemon ever do that? I'm quite sure mutter has had code to > set the root cursor for a long time) It did when I was writing the cursor plugin...
Attachment 255407 [details] pushed as b85a011 - cursor: Fix incorrect comment