On Tue, Aug 21, 2018 at 11:45:20AM +0200, Paolo Bonzini wrote:
On 21/08/2018 09:45, Gerd Hoffmann wrote:
> + qemu_mutex_lock(&ssd->lock);
> if (ssd->cursor) {
> + QEMUCursor *c = ssd->cursor;
> assert(ssd->dcl.con);
> + cursor_get(c);
> + qemu_mutex_unlock(&ssd->lock);
> dpy_cursor_define(ssd->dcl.con, ssd->cursor);
Gerd,
this ssd->cursor should be "c" in the call to dpy_cursor_define. My
apologies; please tell me if you'd like me to send a follow-up fix.
Fixed, pull v2 on the way.
cheers,
Gerd