Kaydet (Commit) a4bcb8c0 authored tarafından Tomaž Vajngerl's avatar Tomaž Vajngerl

readability

Change-Id: I8fbff3f86a543a58259408914bb78f992ad65864
üst 3711ccb7
......@@ -918,10 +918,13 @@ bool OpenGLHelper::isVCLOpenGLEnabled()
bool bRet = false;
if (bForceOpenGL)
{
bRet = true;
}
else if (!supportsVCLOpenGL())
{
bRet = false;
}
else
{
static bool bEnableGLEnv = !!getenv("SAL_ENABLEGL");
......
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