1
0
mirror of https://github.com/KDE/krfb synced 2026-07-01 07:41:17 -07:00

kinetd working

svn path=/trunk/kdenetwork/krfb/; revision=143744
This commit is contained in:
Tim Jansen
2002-03-19 00:03:39 +00:00
parent 789a9a1010
commit f344093250
12 changed files with 124 additions and 278 deletions

View File

@@ -42,6 +42,13 @@
#include <vncserverctrl.h>
#endif
#ifdef DEBUGPROTO
#undef DEBUGPROTO
#define DEBUGPROTO(x) x
#else
#define DEBUGPROTO(x)
#endif
rfbClientPtr pointerClient = NULL; /* Mutex for pointer events */
static void rfbProcessClientProtocolVersion(rfbClientPtr cl);