]> git.proxmox.com Git - qemu.git/commit
Split VNC defines to vnc.h (Alexander Graf)
authoraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 2 Feb 2009 15:58:25 +0000 (15:58 +0000)
committeraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 2 Feb 2009 15:58:25 +0000 (15:58 +0000)
commite06679fb767144a9ba5bec496acfdae24508b8ed
tree3553ec30ac3350b5d26553382ff1b234c585d799
parenta5e50b263a54a41239a90930c1a27ecb76531e1b
Split VNC defines to vnc.h (Alexander Graf)

The VNC protocol contains quite some constants, some of which are
currently hardcoded in the vnc.c code. This is not exactly pretty.

Let's move all those constants out to vnc.h, so they are clearly
separated. While at it, I also included other defines that will be
used later in this patch series.

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@6493 c046a42c-6fe2-441c-8c8c-71466251a162
pc-bios/bios-pq/series
vnc.c
vnc.h [new file with mode: 0644]