summaryrefslogtreecommitdiffstats
path: root/libvncserver/selbox.c
Commit message (Collapse)AuthorAgeFilesLines
* ANSIfy, fix some warnings from Linus' sparsedscho2005-05-151-2/+2
|
* pointerClient was still static.dscho2005-01-181-1/+0
| | | | | | | | | | | | | | | | | | | | | | 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.
* global structures/functions should have "rfb", "sra" or "zrle" as prefix,dscho2004-08-301-4/+4
| | | | while structure members should not
* move the library into libvncserver/, x11vnc into x11vnc/dscho2004-05-251-0/+301