summaryrefslogtreecommitdiffstats
path: root/examples/vncev.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix vncev example compilation on WindowsChristian Beier2017-01-291-1/+2
|
* Fix (most) MinGW32 compiler warnings.Christian Beier2011-03-171-1/+2
|
* Check rfbGetScreen() return value everywhere.Christian Beier2011-03-171-0/+2
| | | | | This fixes a segfault when a server is invoked with the '-help' commandline argument.
* Add doxygen documentation support.Christian Beier2010-11-181-1/+4
| | | | | | | | | | | | | Adds automagically generating libvncserver/libvncclient API documentation using doxygen. This gives a nice overview on both APIs, include dependencies and function call/caller dependencies. TODO: Modify all the explaining comments in the .c files for use with doxygen as well. This patch only changes comments, no functional changes at all! Signed-off-by: Christian Beier <dontmind@freeshell.org>
* hide strict ansi stuff if not explicitely turned on; actually use the ↵dscho2005-05-181-0/+2
| | | | socklen_t test from configure.ac
* ANSIfy, fix some warnings from Linus' sparsedscho2005-05-151-12/+15
|
* support MinGW32!dscho2004-12-011-0/+2
|
* global structures/functions should have "rfb", "sra" or "zrle" as prefix,dscho2004-08-301-1/+1
| | | | while structure members should not
* make examples g++ compileable, thanks to Juan Jose Costellodscho2004-02-041-1/+1
|
* API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h ↵dscho2003-07-301-2/+2
| | | | get prefix "LIBVNCSERVER_"
* fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr ↵dscho2003-07-281-1/+1
| | | | should not be used in a library (use rfbLog instead)
* the correct way to include rfb.h is now "#include <rfb/rfb.h>"dscho2003-02-201-1/+1
|
* make dist fixed; make rpm introduceddscho2003-02-091-0/+1
|
* moved files to contrib/ and examples/dscho2003-02-071-0/+120