• dscho's avatar
    pointerClient was still static. · a84b3d07
    dscho authored
    do not make requestedRegion empty without reason.
    
    the cursor handling for clients which don't handle CursorShape updates was
    completely broken. It originally was very complicated for performance
    reasons, however, in most cases it made performance even worse, because at
    idle times there was way too much checking going on, and furthermore,
    sometimes unnecessary updates were inevitable.
    
    The code now is much more elegant: the ClientRec structure knows exactly
    where it last painted the cursor, and the ScreenInfo structure knows where
    the cursor shall be.
    
    As a consequence there is no more rfbDrawCursor()/rfbUndrawCursor(), no more
    dontSendFramebufferUpdate, and no more isCursorDrawn.  It is now possible to
    have clients which understand CursorShape updates and clients which don't at
    the same time.
    
    rfbSetCursor no longer has the option freeOld; this is obsolete, as the cursor
    structure knows what to free and what not.
    a84b3d07
Name
Last commit
Last update
VisualNaCro Loading commit data...
classes Loading commit data...
client_examples Loading commit data...
contrib Loading commit data...
examples Loading commit data...
libvncclient Loading commit data...
libvncserver Loading commit data...
rfb Loading commit data...
test Loading commit data...
vncterm Loading commit data...
x11vnc Loading commit data...
.cvsignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
ChangeLog Loading commit data...
INSTALL Loading commit data...
LibVNCServer.spec.in Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
README.cvs Loading commit data...
TODO Loading commit data...
acinclude.m4 Loading commit data...
autogen.sh Loading commit data...
bdf2c.pl Loading commit data...
configure.ac Loading commit data...
consolefont2c.pl Loading commit data...
cvs_update_anonymously Loading commit data...
index.html Loading commit data...
libvncserver-config.in Loading commit data...
libvncserver.dsp Loading commit data...
libvncserver.dsw Loading commit data...
prepare_x11vnc_dist.sh Loading commit data...
success.html Loading commit data...