projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6771bf
)
Increase VNC_MAX_WIDTH
author
Brian Jackson
<iggy@theiggy.com>
Mon, 8 Feb 2010 20:22:29 +0000
(14:22 -0600)
committer
Anthony Liguori
<aliguori@us.ibm.com>
Wed, 10 Feb 2010 20:00:53 +0000
(14:00 -0600)
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>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
vnc.h
patch
|
blob
|
history
diff --git
a/vnc.h
b/vnc.h
index 92caf2f2305ef23cb193ee45b2b66b96a66ec7b1..ff9a6993ad77f34caf50c47c09b9bc0290d14b04 100644
(file)
--- 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 2
048
+#define VNC_MAX_WIDTH 2
560
#define VNC_MAX_HEIGHT 2048
#define VNC_DIRTY_WORDS (VNC_MAX_WIDTH / (16 * 32))