summaryrefslogtreecommitdiff
path: root/vnc-encoding-zlib.c
AgeCommit message (Collapse)AuthorFilesLines
2010-05-03vnc: split encoding in specific filesCorentin Chary1-0/+142
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>