From 5862d195f90cb63c53b9dc3f54e10f8b9372bcf6 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Tue, 25 May 2010 18:25:18 +0200 Subject: 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 Signed-off-by: Anthony Liguori --- vnc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vnc.h') 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; -- cgit v1.2.3