GNOME Bugzilla – Bug 104973
Animation does not work in the second screen
Last modified: 2004-12-22 21:47:04 UTC
In a Multihead setup after setting the option "Show position of cursor when Control key is pressed" in the mouse preferences capplet, The animation is shown only when the cursor is present in the primary screen and control key is pressed. If the cursor is present in the second screen and when the control key is pressed it does not show the animation. Thanks.
Currently the animation is drawn on the default root window . Hence it is only drawn on the primary screen. The source currently is not taking care of multihead environment. It should get the screen where the event occurred ,get the root window associated with the screen and draw the animation on the window (associated to the current screen)
Attaching a patch that fixes the above problem.
Created attachment 14268 [details] [review] proposed fix
*** Bug 91966 has been marked as a duplicate of this bug. ***
patch -> high
Anyone care to review this?
I committed the patch, as it looked good and didn't break anything. I'd prefer to not close it until I can get some testing from someone on a multi-head environment. Thanks.
If it's been commited I guess it has been tested by now. Closing as fixed.