vnc: Fix artifacts in hextile decoding
commit18cb1d85578e03b16570d9380309cca673f9fff8
authorAnthony Liguori <aliguori@us.ibm.com>
Thu, 7 Jan 2010 13:55:34 +0000 (7 07:55 -0600)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 7 Jan 2010 13:55:34 +0000 (7 07:55 -0600)
treed430c20249d14b1e3c2a71b05d3f18003bdf50a4
parent561ef251e7896aa3c3abdab414dd154558d13d1a
vnc: Fix artifacts in hextile decoding

02c2b87 introduced a regression whereas the foreground color in a hextile
update was not being properly invalidated leading to artifacts.

It's still necessary to explicitly invalidate the foreground color with a
SubrectColoured tile even though we no longer send a foreground color as
part of the tile.

Reported-by: Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
vnchextile.h