]> git.proxmox.com Git - qemu.git/commit
Use VNC protocol defines (Alexander Graf)
authoraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 2 Feb 2009 15:58:29 +0000 (15:58 +0000)
committeraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 2 Feb 2009 15:58:29 +0000 (15:58 +0000)
commit29fa4ed9f00507e3056210b5e72447659d66b881
treefcce604d275edb5e21ddc98057766497a74567a2
parente06679fb767144a9ba5bec496acfdae24508b8ed
Use VNC protocol defines (Alexander Graf)

Now that we have nice defines for all sorts of constants, let's
use them!

This patch also takes the "feature variables", currently called has_*
into a single feature int. This way adding new features is a lot
easier and doesn't clutter the VncState struct.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6494 c046a42c-6fe2-441c-8c8c-71466251a162
vnc.c