sim-card
/
qemu
Archived
10
0
Fork 0

vnc: make sure to send pointer type change event on SetEncodings

Commit 37c34d9d5d introduced a regression when
using relative mouse mode with a client that understands the PointerTypeChange
pseudo-encoding.

Reported-by: Marcelo Tosatti <mtosatti@redhat.com>
Reported-by: Gerhard Wiesinger <lists@wiesinger.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
Anthony Liguori 2010-05-04 08:28:13 -05:00
parent ec5f92ce6a
commit 0684bf1b0f
1 changed files with 2 additions and 0 deletions

2
vnc.c
View File

@ -1642,6 +1642,8 @@ static void set_encodings(VncState *vs, int32_t *encodings, size_t n_encodings)
break;
}
}
check_pointer_type_change(&vs->mouse_mode_notifier);
}
static void set_pixel_conversion(VncState *vs)