diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2013-12-02 15:17:45 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2014-03-05 09:52:02 +0100 |
commit | 14768eba46e4ecf60fd267452baf8925afd9ed09 (patch) | |
tree | 3820046a95006b458709c4943f4b8759d19cfbac /ui/vnc.h | |
parent | 3ab193e66262e60e0ff74ac1ab5cff04412e83cb (diff) |
input: mouse: switch vnc ui to new core
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'ui/vnc.h')
-rw-r--r-- | ui/vnc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |