Merge branch 'Plasma/5.0'
This commit is contained in:
commit
1e9b02411e
1 changed files with 2 additions and 0 deletions
|
@ -840,10 +840,12 @@ void GLPlatform::detect(OpenGLPlatformInterface platformInterface)
|
|||
|
||||
if (isVirtualBox()) {
|
||||
m_virtualMachine = true;
|
||||
m_recommendedCompositor = OpenGL2Compositing;
|
||||
}
|
||||
|
||||
if (isVMware()) {
|
||||
m_virtualMachine = true;
|
||||
m_recommendedCompositor = OpenGL2Compositing;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue