Commit Graph

12 Commits (539b310b48e2f9b685a5418f01ecf6257ef6452e)

Author SHA1 Message Date
Christian Beier bf2470cec6 Check rfbGetScreen() return value everywhere.
This fixes a segfault when a server is invoked with the
'-help' commandline argument.
14 years ago
dscho f164dc1893 examples/mac: disable the cursor
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>
17 years ago
dscho 065e2ebb7e previous patch turned compile warning in a compile error; fix that ;-) 19 years ago
dscho efbf1d7240 fix compile warnings 19 years ago
dscho d15e35586b kill BackChannel and CustomClientMessage: the new extension technique makes these hooks obsolete 20 years ago
dscho 19a0d05bb9 compile fix on mac; still untested... 20 years ago
dscho 4fcb60871b rfbErr introduced 22 years ago
dscho eeb2061dfb API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h get prefix "LIBVNCSERVER_" 22 years ago
dscho 13b358fed1 fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr should not be used in a library (use rfbLog instead) 22 years ago
dscho 98b9663e29 the correct way to include rfb.h is now "#include <rfb/rfb.h>" 22 years ago
dscho 0552ea2e6e support for OS X is better now 22 years ago
dscho 28a84b63fe moved the OSXvnc-server to examples; IRIX fixes (not really IRIX, but shows there) 22 years ago