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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user