compositor-drm: update internal cursor plane location when disabling cursor
authorDerek Foreman <derekf@osg.samsung.com>
Fri, 5 Feb 2016 21:55:20 +0000 (15:55 -0600)
committerBryce Harrington <bryce@bryceharrington.org>
Tue, 9 Feb 2016 21:04:31 +0000 (13:04 -0800)
commitb0427569fd4a9ef40a4bd59c412f5ab9b17b944d
tree1d3cf616511148d0e486888636b37bb0ac796b27
parent345b4f5b119d20ace14a6cb4a96a8b1d91c05659
compositor-drm: update internal cursor plane location when disabling cursor

When the cursor plane is disabled the kernel can lose its location.
If we don't update our internal idea of where the plane is at that time,
the next time we set a cursor it can show up at 0,0.

This can show up when an application is put in the cursor plane, removed
from the plane, then put back at the same location.  It might show up at
0,0 when it's reinstated.

We now use INT32_MIN as a location for disabled cursors so enabling the
plane will always cause an update.

Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Signed-off-by: Derek Foreman <derekf@osg.samsung.com>
src/compositor-drm.c