• Ramon de Klein's avatar
    Don't draw "blank" HEXTILE tiles with random data · 40ac6f0a
    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
    40ac6f0a
Name
Last commit
Last update
..
arrays.html Loading commit data...
arrays.js Loading commit data...
assertions.js Loading commit data...
base64.html Loading commit data...
base64.js Loading commit data...
browser.js Loading commit data...
canvas.html Loading commit data...
cursor.html Loading commit data...
face.png Loading commit data...
face.png.js Loading commit data...
fake.websocket.js Loading commit data...
input.html Loading commit data...
keyboard-tests.html Loading commit data...
run_from_console.casper.js Loading commit data...
run_from_console.js Loading commit data...
run_from_console.zombie.js Loading commit data...
stats.js Loading commit data...
test.base64.js Loading commit data...
test.display.js Loading commit data...
test.helper.js Loading commit data...
test.keyboard.js Loading commit data...
test.rfb.js Loading commit data...
test.util.js Loading commit data...
test.websock.js Loading commit data...
viewport.css Loading commit data...
viewport.html Loading commit data...
vnc_perf.html Loading commit data...
vnc_playback.html Loading commit data...