]> git.proxmox.com Git - mirror_qemu.git/commit - ui/vnc.c
vnc: explain why set_encodings loop is reversed
authorCorentin Chary <corentincj@iksaif.net>
Wed, 19 May 2010 07:24:02 +0000 (09:24 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 1 Jun 2010 17:53:09 +0000 (12:53 -0500)
commit8a0f0d0ca343e406aab7161c883187f1d2b85d89
tree862d586623312e6a0dbd559c3af211d137041c0a
parenta9f20d31a8332ea4d6a0c90b9731f11a51cff6db
vnc: explain why set_encodings loop is reversed

Add a small comment to explain why we need to start from
the end of the array to set the right prefered encoding.

Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
vnc.c