qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 1/1] Increase VNC_MAX_WIDTH
@ 2010-02-08 20:22 Brian Jackson
  2010-02-10 21:42 ` Anthony Liguori
  0 siblings, 1 reply; 2+ messages in thread
From: Brian Jackson @ 2010-02-08 20:22 UTC (permalink / raw)
  To: qemu-devel

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 <iggy@theiggy.com>
---
 vnc.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/vnc.h b/vnc.h
index 1210824..1575af2 100644
--- a/vnc.h
+++ b/vnc.h
@@ -68,7 +68,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))

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-02-10 21:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-08 20:22 [Qemu-devel] [PATCH 1/1] Increase VNC_MAX_WIDTH Brian Jackson
2010-02-10 21:42 ` Anthony Liguori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).