diff options
Diffstat (limited to 'vcl/opengl')
-rw-r--r-- | vcl/opengl/win/WinDeviceInfo.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/opengl/win/WinDeviceInfo.cxx b/vcl/opengl/win/WinDeviceInfo.cxx index b2d5bff31110..bdafb6ef7a14 100644 --- a/vcl/opengl/win/WinDeviceInfo.cxx +++ b/vcl/opengl/win/WinDeviceInfo.cxx @@ -604,7 +604,8 @@ void WinOpenGLDeviceInfo::GetData() maDeviceString = displayDevice.DeviceString; if (maDeviceID.isEmpty() && - maDeviceString == "RDPUDD Chained DD") + (maDeviceString == "RDPDD Chained DD" || + (maDeviceString == "RDPUDD Chained DD"))) { // we need to block RDP as it does not provide OpenGL 2.1+ mbRDP = true; |