summaryrefslogtreecommitdiff
path: root/vcl/inc/opengl
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-11-27 19:12:31 +0100
committerJan Holesovsky <kendy@collabora.com>2014-12-02 15:47:37 +0100
commit8c377eab73c9a6d09fb7b05fd5639369ee86dc99 (patch)
treec8bd52f1309a6e0d44ceead6fa5a3f05afeb666b /vcl/inc/opengl
parentea4394c57d43bf3eea797faccb52a89370b47300 (diff)
connect all pieces for OpenGL windows blacklist, part 3
Change-Id: Iaaafe7da8e717f7b127ab5806773a5a5d75b82d5
Diffstat (limited to 'vcl/inc/opengl')
-rw-r--r--vcl/inc/opengl/win/WinDeviceInfo.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/inc/opengl/win/WinDeviceInfo.hxx b/vcl/inc/opengl/win/WinDeviceInfo.hxx
index 2c478ee707ef..9abddd0e4c53 100644
--- a/vcl/inc/opengl/win/WinDeviceInfo.hxx
+++ b/vcl/inc/opengl/win/WinDeviceInfo.hxx
@@ -111,7 +111,7 @@ struct DriverInfo
static const DeviceFamilyVector* GetDeviceFamily(DeviceFamily id);
static DeviceFamilyVector* mpDeviceFamilies[DeviceFamilyMax];
- OUString maModel, maHardware, maProduct, maManufacturer;
+ OUString maSuggestedVersion;
};
#define GFX_DRIVER_VERSION(a,b,c,d) \
@@ -169,6 +169,7 @@ private:
void GetData();
void FillBlacklist();
+ bool FindBlocklistedDeviceInList();
static OUString* mpDeviceVendors[wgl::DeviceVendorMax];
static std::vector<wgl::DriverInfo> maDriverInfo;