• Ramon de Klein's avatar
    Backport: Don't draw "blank" HEXTILE tiles with random data · 3d625a73
    Ramon de Klein authored
    Previously, if a HEXTILE tiles was received with a subencoding
    of 0x00, it would draw a rectangle using data from the render
    queue, which would result in random colored blocks when using
    the HEXTILE encoding.  This is the result of a miscopy during
    the refactoring.  It now has the correct functionality according
    to the RFB protocol specification, which is to draw a rectangle
    with the last set background color.
    
    Closes #411
    
    (cherry picked from commit 40ac6f0a)
    3d625a73
Name
Last commit
Last update
debian Loading commit data...
docs Loading commit data...
images Loading commit data...
include Loading commit data...
tests Loading commit data...
utils Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
.travis.yml Loading commit data...
LICENSE.txt Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
karma.conf.js Loading commit data...
package.json Loading commit data...
vnc.html Loading commit data...
vnc_auto.html Loading commit data...