You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libtdevnc/examples
dscho a84b3d072a pointerClient was still static.
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.
20 years ago
..
.cvsignore ignore all test programs 21 years ago
1instance.c fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr should not be used in a library (use rfbLog instead) 22 years ago
Makefile.am support MinGW32! 21 years ago
colourmaptest.c global structures/functions should have "rfb", "sra" or "zrle" as prefix, 21 years ago
example.c pointerClient was still static. 20 years ago
example.dsp moved files to contrib/ and examples/ 22 years ago
fontsel.c rfbErr introduced 22 years ago
mac.c compile fix on mac; still untested... 20 years ago
pnmshow.c global structures/functions should have "rfb", "sra" or "zrle" as prefix, 21 years ago
pnmshow24.c global structures/functions should have "rfb", "sra" or "zrle" as prefix, 21 years ago
radon.h added files 22 years ago
regiontest.c move the library into libvncserver/, x11vnc into x11vnc/ 21 years ago
simple.c make examples g++ compileable, thanks to Juan Jose Costello 21 years ago
simple15.c make examples g++ compileable, thanks to Juan Jose Costello 21 years ago
storepasswd.c global structures/functions should have "rfb", "sra" or "zrle" as prefix, 21 years ago
vncev.c support MinGW32! 21 years ago