aboutsummaryrefslogtreecommitdiff
path: root/nxcomp/Loop.cpp
diff options
context:
space:
mode:
authorMihai Moldovan <ïonic@ionic.de>2016-07-02 21:49:10 +0000
committerMihai Moldovan <ïonic@ionic.de>2016-07-28 03:26:00 +0000
commit29be5cc07bdaa22086da6d0607a1c86b07e95875 (patch)
treec2530836677a775dc921bb82f78b986ba5216458 /nxcomp/Loop.cpp
parente1c85caacca67ea3d25319f2fe0a2985845bf1e9 (diff)
downloadnx-libs-29be5cc07bdaa22086da6d0607a1c86b07e95875.tar.gz
nx-libs-29be5cc07bdaa22086da6d0607a1c86b07e95875.tar.bz2
nx-libs-29be5cc07bdaa22086da6d0607a1c86b07e95875.zip
{nx-X11/programs/Xserver/hw/nxagent/{Args.c,Options.{c,h}},nxcomp/{Loop,Misc}.cpp}: add tolerancechecks parameter as an nx/nx option and ReconnectTolerance as an nxagentOption.
Diffstat (limited to 'nxcomp/Loop.cpp')
-rw-r--r--nxcomp/Loop.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/nxcomp/Loop.cpp b/nxcomp/Loop.cpp
index c0951ee19..10026967a 100644
--- a/nxcomp/Loop.cpp
+++ b/nxcomp/Loop.cpp
@@ -9063,7 +9063,8 @@ int ParseEnvironmentOptions(const char *env, int force)
strcasecmp(name, "clipboard") == 0 ||
strcasecmp(name, "streaming") == 0 ||
strcasecmp(name, "backingstore") == 0 ||
- strcasecmp(name, "sleep") == 0)
+ strcasecmp(name, "sleep") == 0 ||
+ strcasecmp(name, "tolerancechecks") == 0)
{
#ifdef DEBUG
*logofs << "Loop: Ignoring agent option '" << name