Move the framebuffer update package out (Alexander Graf)
authoraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 2 Feb 2009 15:58:51 +0000 (15:58 +0000)
committeraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 2 Feb 2009 15:58:51 +0000 (15:58 +0000)
commitd2a0102a4c653b0cbb357445409c2cc1f6653501
tree72c52ecf4c7a32a6210da4f4e12626b42fa11669
parent8906428682bf2e4f60ea7d5fa98f75fde9194106
Move the framebuffer update package out (Alexander Graf)

Currently the send_framebuffer_update_raw and send_framebuffer_update_hextile
respectively send a send_framebuffer_update packet themselves. We need to reuse
send_framebuffer_update_raw for zlib encoding though, so let's move it out.

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@6498 c046a42c-6fe2-441c-8c8c-71466251a162
vnc.c