aboutsummaryrefslogtreecommitdiffstats
path: root/unix/x0vncserver
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2018-10-05 17:35:51 +0200
committerPierre Ossman <ossman@cendio.se>2018-10-26 16:29:25 +0200
commit6c97fa4575aeb979cf6ad5794ca5bcede9146233 (patch)
treedb2bec106ac8597bc995f4139ec24a5bf0fa8535 /unix/x0vncserver
parent7d64b33b5b96a20216a2e1425ff412e027bbebcd (diff)
downloadtigervnc-6c97fa4575aeb979cf6ad5794ca5bcede9146233.tar.gz
tigervnc-6c97fa4575aeb979cf6ad5794ca5bcede9146233.zip
Encapsulate client handling in VNCServerST
Removed the last parts of VNCSConnectionST's back door in to VNCServerST and let the parent class fully handle coordination of clients, and access to the desktop.
Diffstat (limited to 'unix/x0vncserver')
-rw-r--r--unix/x0vncserver/XDesktop.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/unix/x0vncserver/XDesktop.cxx b/unix/x0vncserver/XDesktop.cxx
index c7f8ef8d..62a18a09 100644
--- a/unix/x0vncserver/XDesktop.cxx
+++ b/unix/x0vncserver/XDesktop.cxx
@@ -20,6 +20,8 @@
#include <assert.h>
+#include <rfb/LogWriter.h>
+
#include <x0vncserver/XDesktop.h>
#include <X11/XKBlib.h>