mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
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 <iggy@theiggy.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
d6771bfa52
commit
3f54bfbf81
1 changed files with 1 additions and 1 deletions
2
vnc.h
2
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))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue