input: mouse: switch vnc ui to new core

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
Gerd Hoffmann 2013-12-02 15:17:45 +01:00
parent 3ab193e662
commit 14768eba46
2 changed files with 23 additions and 24 deletions

View file

@ -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;