Re: [Qemu-devel] [PATCH] vnc: set the right prefered encoding

2010-05-06 Thread Corentin Chary
On Tue, May 4, 2010 at 2:01 PM, Corentin Chary wrote: > From RFB specs: "The order of the encoding types given in this > message is a hint by the client as to its preference (the first > encoding specified being most preferred)" > > Signed-off-by: Corentin Chary > --- >  vnc.c |   14 ++--

[Qemu-devel] [PATCH] vnc: set the right prefered encoding

2010-05-04 Thread Corentin Chary
>From RFB specs: "The order of the encoding types given in this message is a hint by the client as to its preference (the first encoding specified being most preferred)" Signed-off-by: Corentin Chary --- vnc.c | 14 ++ 1 files changed, 10 insertions(+), 4 deletions(-) diff --git a