vnc: split encoding in specific files
commit70a4568fe0c5a64adaa3da5030b7109e5199e692
authorCorentin Chary <corentincj@iksaif.net>
Mon, 3 May 2010 12:31:34 +0000 (3 14:31 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 3 May 2010 17:09:47 +0000 (3 12:09 -0500)
tree2db99d7e74ce21b01f3f46bcf695a2e330ec4488
parentbc47d201d6868a6ad51a5d2f7f946d0e6b33c5ab
vnc: split encoding in specific files

This will allow to implement new encodings (tight, zrle, ..)
in a cleaner way. This may hurt performances, because some
functions like vnc_convert_pixel are not static anymore, but
should not be a problem with gcc 4.5 and the new -flto.

Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Makefile
Makefile.objs
vnc-encoding-hextile.c [new file with mode: 0644]
vnc-encoding-zlib.c [new file with mode: 0644]
vnc.c
vnc.h