mirror of
https://github.com/xemu-project/xemu.git
synced 2025-02-10 22:33:20 +00: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
2
vnc.h
2
vnc.h
@ -69,7 +69,7 @@ typedef void VncSendHextileTile(VncState *vs,
|
|||||||
void *last_fg,
|
void *last_fg,
|
||||||
int *has_bg, int *has_fg);
|
int *has_bg, int *has_fg);
|
||||||
|
|
||||||
#define VNC_MAX_WIDTH 2048
|
#define VNC_MAX_WIDTH 2560
|
||||||
#define VNC_MAX_HEIGHT 2048
|
#define VNC_MAX_HEIGHT 2048
|
||||||
#define VNC_DIRTY_WORDS (VNC_MAX_WIDTH / (16 * 32))
|
#define VNC_DIRTY_WORDS (VNC_MAX_WIDTH / (16 * 32))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user