mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
input: mouse: switch vnc ui to new core
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
3ab193e662
commit
14768eba46
2 changed files with 23 additions and 24 deletions
1
ui/vnc.h
1
ui/vnc.h
|
@ -257,6 +257,7 @@ struct VncState
|
|||
int absolute;
|
||||
int last_x;
|
||||
int last_y;
|
||||
uint32_t last_bmask;
|
||||
int client_width;
|
||||
int client_height;
|
||||
VncShareMode share_mode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue