diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2014-07-25 10:32:13 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2014-07-25 10:32:13 +0100 |
commit | 7f0b2ff7248f7621b375f108e54eed5690769c47 (patch) | |
tree | 348959cc0eb2ee3e1ccb152be494ef2495047e28 /ui/vnc.h | |
parent | 3b257486639cf6c25e1f3a744d1f19e6b4efdc7a (diff) | |
parent | 6365828003c8e88bff67d351af4b66c406568a26 (diff) | |
download | qemu-7f0b2ff7248f7621b375f108e54eed5690769c47.zip |
Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20140725-1' into staging
vnc: fix two vnc update issues.
# gpg: Signature made Fri 25 Jul 2014 08:44:23 BST using RSA key ID D3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <kraxel@redhat.com>"
# gpg: aka "Gerd Hoffmann <gerd@kraxel.org>"
# gpg: aka "Gerd Hoffmann (private) <kraxel@gmail.com>"
* remotes/kraxel/tags/pull-vnc-20140725-1:
vnc update fix
fix full frame updates for VNC clients
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'ui/vnc.h')
-rw-r--r-- | ui/vnc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -263,6 +263,7 @@ struct VncState VncDisplay *vd; int need_update; int force_update; + int has_dirty; uint32_t features; int absolute; int last_x; |