diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2010-05-25 18:25:18 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2010-06-01 13:30:08 -0500 |
commit | 5862d195f90cb63c53b9dc3f54e10f8b9372bcf6 (patch) | |
tree | 856b605d2ef4c06b3edccca8adfe954b55304af7 /vnc.h | |
parent | 6356e472512c55a5dc3aaf12ce12a6eb916dd045 (diff) |
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -134,6 +134,8 @@ struct VncState int absolute; int last_x; int last_y; + int client_width; + int client_height; uint32_t vnc_encoding; |