summaryrefslogtreecommitdiffstats
path: root/examples/pnmshow.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename 'classes' dir to 'webclients'.Christian Beier2011-11-091-1/+1
|
* 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-0/+3
| | | | | | | | | | | | | 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>
* add rotate and flip exampledscho2006-04-271-0/+2
|
* ANSIfy, fix some warnings from Linus' sparsedscho2005-05-151-1/+3
|
* global structures/functions should have "rfb", "sra" or "zrle" as prefix,dscho2004-08-301-2/+2
| | | | while structure members should not
* now that the examples reside in a subdirectory, the classes path has to be ↵dscho2004-06-181-1/+1
| | | | adapted
* add support for pgm and pbm (8-bit and 1-bit grayscale images)dscho2004-03-241-14/+50
|
* API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h ↵dscho2003-07-301-1/+1
| | | | 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-2/+2
|
* moved files to contrib/ and examples/dscho2003-02-071-0/+81