• Joel Martin's avatar
    rfb: Use the render queue for copyrect. · 72a5596e
    Joel Martin authored
    This will keep copyrect rendering actions in order with tight and tightPNG
    rendering actions (otherwise you can get visual image corruption when
    they are mixed together).
    
    Warning:
    
    RAW, RRE and HEXTILE still use immediate render commands so there is
    still the risk of out-of-order rendering if RAW, RRE, and HEXTILE are
    mixed with tight and tightPNG. Copyrect will work with either because
    the renderQ_push function will render copyrects immediately if they
    are the only thing being pushed on the queue.
    72a5596e
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...
LICENSE.txt Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
vnc.html Loading commit data...
vnc_auto.html Loading commit data...