mirror of
https://github.com/xemu-project/xemu.git
synced 2025-04-02 11:11:48 -04:00
spice: fix mouse cursor position
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
c1d37cd353
commit
d0df04a156
1 changed files with 1 additions and 1 deletions
|
@ -734,7 +734,7 @@ static void display_mouse_set(DisplayChangeListener *dcl,
|
|||
|
||||
qemu_mutex_lock(&ssd->lock);
|
||||
ssd->ptr_x = x;
|
||||
ssd->ptr_y = x;
|
||||
ssd->ptr_y = y;
|
||||
if (ssd->ptr_move) {
|
||||
g_free(ssd->ptr_move);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue