summaryrefslogtreecommitdiffstats
path: root/rfb/rfb.h
Commit message (Collapse)AuthorAgeFilesLines
* ZRLE no longer uses C++, but Cdscho2003-09-081-4/+4
|
* rfbErr introduceddscho2003-08-061-1/+1
|
* rfbLog can be overridden; EINTR on read/write means just try againdscho2003-07-311-1/+2
|
* add rfbclient.h to distribution; avoid C++ style commentsdscho2003-07-301-2/+1
|
* API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h ↵dscho2003-07-301-86/+86
| | | | get prefix "LIBVNCSERVER_"
* further valgrinding showed leaked mallocsdscho2003-07-291-0/+2
|
* fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr ↵dscho2003-07-281-8/+8
| | | | should not be used in a library (use rfbLog instead)
* synced with TightVNC and RealVNCdscho2003-07-281-0/+7
|
* make vncauth usable also for upcoming libvncclientdscho2003-07-271-56/+0
|
* #include <rfb/rfbregion.h> instead of #include "rfbregion.h"dscho2003-02-211-4/+4
|
* moved include/ to rfb/dscho2003-02-181-0/+826