From: Brian Jackson Date: Mon, 8 Feb 2010 20:22:29 +0000 (-0600) Subject: Increase VNC_MAX_WIDTH X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3f54bfbf81bbd37171bbda2a2ee69ed5357ea8a7;p=qemu.git Increase VNC_MAX_WIDTH Increase VNC_MAX_WIDTH to match "commonly available" consumer level monitors available these days. This also closes KVM bug 2907597 Signed-off-by: Brian Jackson Signed-off-by: Anthony Liguori --- diff --git a/vnc.h b/vnc.h index 92caf2f230..ff9a6993ad 100644 --- a/vnc.h +++ b/vnc.h @@ -69,7 +69,7 @@ typedef void VncSendHextileTile(VncState *vs, void *last_fg, int *has_bg, int *has_fg); -#define VNC_MAX_WIDTH 2048 +#define VNC_MAX_WIDTH 2560 #define VNC_MAX_HEIGHT 2048 #define VNC_DIRTY_WORDS (VNC_MAX_WIDTH / (16 * 32))