On Thu, Oct 17, 2013 at 10:10:48AM +0800, Xiong Zhang wrote:
> In drm backend, the cursor_surface->plane point to drm_output->cursor_plane.
> when this output is removed, drm_output->cursor_plane is destroyed, but
> cursor_surface->plane still point to destroyed plane. So once mouse move to
> this
In drm backend, the cursor_surface->plane point to drm_output->cursor_plane.
when this output is removed, drm_output->cursor_plane is destroyed, but
cursor_surface->plane still point to destroyed plane. So once mouse move to this
cursor_surface and system will repaint this cursor_surface, segment f