summaryrefslogtreecommitdiffstats
path: root/vncviewer/vncviewer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vncviewer/vncviewer.cxx')
-rw-r--r--vncviewer/vncviewer.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vncviewer/vncviewer.cxx b/vncviewer/vncviewer.cxx
index 7b1ac92e..d4dd3063 100644
--- a/vncviewer/vncviewer.cxx
+++ b/vncviewer/vncviewer.cxx
@@ -68,6 +68,7 @@
#include "CConn.h"
#include "ServerDialog.h"
#include "UserDialog.h"
+#include "touch.h"
#include "vncviewer.h"
#include "fltk_layout.h"
@@ -585,6 +586,7 @@ int main(int argc, char** argv)
#endif
init_fltk();
+ enable_touch();
// Check if the server name in reality is a configuration file
potentiallyLoadConfigurationFile(vncServerName);