Skip to content

backend: Don't center the pointers on monitor changes

Mario Sanchez Prada requested to merge initialize-pointer into master

As a follow up to the patch from a95cbd0a, we need to make sure that the pointer is out of the way as well when monitors changed, since that's the event that will prevail in some cases. Besides, this is also consistent with what the code before a95cbd0a was, which initialized the pointer position in the same way both in this case and in the real_post_init() function.

Closes: gnome-shell#157 (closed)

Merge request reports