commit | 18cb1d85578e03b16570d9380309cca673f9fff8 | [log] [tgz] |
---|---|---|
author | Anthony Liguori <[email protected]> | Thu Jan 07 07:55:34 2010 -0600 |
committer | Anthony Liguori <[email protected]> | Thu Jan 07 07:55:34 2010 -0600 |
tree | d430c20249d14b1e3c2a71b05d3f18003bdf50a4 | |
parent | 561ef251e7896aa3c3abdab414dd154558d13d1a [diff] |
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 <[email protected]> Signed-off-by: Anthony Liguori <[email protected]>