Commit fa497ac9 authored by Mike Gabriel's avatar Mike Gabriel

nxcomp: Make nxcomp/nxproxy aware of nxagent's xinerama option in the $DISPLAY variable.

parent 6da41e6f
......@@ -8951,7 +8951,8 @@ int ParseEnvironmentOptions(const char *env, int force)
strcasecmp(name, "shadow") == 0 ||
strcasecmp(name, "shadowuid") == 0 ||
strcasecmp(name, "shadowmode") == 0 ||
strcasecmp(name, "clients") == 0)
strcasecmp(name, "clients") == 0 ||
strcasecmp(name, "xinerama") == 0)
{
#ifdef DEBUG
*logofs << "Loop: Ignoring agent option '" << name
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment