This commit is contained in:
Oleg Korshul
2017-04-12 19:14:12 +03:00
parent ad74a8ea6b
commit 4c3d8ca059
6 changed files with 1761 additions and 0 deletions

View File

@ -104,6 +104,15 @@ static bool IsLinuxXVFB()
return false;
}
}
else if (oNode.FromXmlFile(sProcess + L"converter/DoctRenderer.config"))
{
XmlUtils::CXmlNodes oNodes;
if (oNode.GetNodes(L"htmlnoxvfb", oNodes))
{
if (oNodes.GetCount() == 1)
return false;
}
}
return true;
}