summaryrefslogtreecommitdiff
path: root/vnc.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2010-05-25 18:25:18 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2010-06-01 13:30:08 -0500
commit5862d195f90cb63c53b9dc3f54e10f8b9372bcf6 (patch)
tree856b605d2ef4c06b3edccca8adfe954b55304af7 /vnc.h
parent6356e472512c55a5dc3aaf12ce12a6eb916dd045 (diff)
downloadqemu-5862d195f90cb63c53b9dc3f54e10f8b9372bcf6.tar.gz
vnc: keep track of client desktop size
Add two new variables to keep track of the vnc clients desktop size. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'vnc.h')
-rw-r--r--vnc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vnc.h b/vnc.h
index 51595e6eb9..7b64cf730b 100644
--- a/vnc.h
+++ b/vnc.h
@@ -134,6 +134,8 @@ struct VncState
int absolute;
int last_x;
int last_y;
+ int client_width;
+ int client_height;
uint32_t vnc_encoding;