summaryrefslogtreecommitdiffstats
path: root/examples/camera.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix memory access error in camera.c examplezbierak2016-04-041-1/+1
|
* Fix some typos (found by codespell)Stefan Weil2015-10-091-2/+2
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* 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/+2
| | | | | | | | | | | | | 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>
* malloc.h should not be needed (it is missing on quite a few platforms)dscho2006-04-271-1/+0
|
* Added an example camera application to demonstrate another way to write a ↵steven_carr2006-04-171-0/+153
server application.