summaryrefslogtreecommitdiffstats
path: root/examples/mac.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* examples/mac: disable the cursordscho2008-05-131-0/+3
| | | | | | | | We cannot write access the frame buffer, and we do not have a sensible cursor anyway, so better disable the cursor (which would have to be drawn for clients that do not support CursorShapeUpdates). Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* previous patch turned compile warning in a compile error; fix that ;-)dscho2005-12-091-1/+1
|
* fix compile warningsdscho2005-12-081-3/+5
|
* kill BackChannel and CustomClientMessage: the new extension technique makes ↵dscho2005-10-061-60/+0
| | | | these hooks obsolete
* compile fix on mac; still untested...dscho2004-12-201-5/+5
|
* rfbErr introduceddscho2003-08-061-1/+1
|
* API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h ↵dscho2003-07-301-13/+13
| | | | get prefix "LIBVNCSERVER_"
* fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr ↵dscho2003-07-281-2/+2
| | | | 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
|
* support for OS X is better nowdscho2003-02-091-2/+0
|
* moved the OSXvnc-server to examples; IRIX fixes (not really IRIX, but shows ↵dscho2003-02-091-0/+608
there)