[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] [HVM][VNC] Make sure that the vnc viewer gets the right resolution when it
# HG changeset patch # User Steven Smith <ssmith@xxxxxxxxxxxxx> # Node ID fb2751668a4dd2dea5f09f0c9df87001b1505634 # Parent bdace8da631977135ea87082d1b788bb0c161839 [HVM][VNC] Make sure that the vnc viewer gets the right resolution when it connects. Signed-off-by: Steven Smith <sos22@xxxxxxxxx> --- tools/ioemu/vnc.c | 2 ++ 1 files changed, 2 insertions(+) diff -r bdace8da6319 -r fb2751668a4d tools/ioemu/vnc.c --- a/tools/ioemu/vnc.c Fri Sep 22 17:59:02 2006 +0100 +++ b/tools/ioemu/vnc.c Fri Sep 22 20:20:57 2006 +0100 @@ -1137,6 +1137,8 @@ static int protocol_client_init(VncState size_t l; char pad[3] = { 0, 0, 0 }; + vga_hw_update(); + vs->width = vs->ds->width; vs->height = vs->ds->height; vnc_write_u16(vs, vs->ds->width); _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |