diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-06-04 00:26:41 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-06-17 12:43:43 +0000 |
commit | 37ee25a7f4745fe347084a06f889d8c6ef206a41 (patch) | |
tree | 2ba36393a252718aa75e6f06e1afd926e51910e1 /vcl/inc/opengl/win/WinDeviceInfo.hxx | |
parent | 89c85a4b7674ddfd697d539d59d27176c683a46c (diff) |
first part for server based blacklist
We are now switching from ahrd coding the blacklist in the source code
to using a xml file. In a second step that xml file will be fetched from
a TDF server.
Change-Id: I1c67d366c77b2f4185bedaa552fa655cc8ddb047
Reviewed-on: https://gerrit.libreoffice.org/16327
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'vcl/inc/opengl/win/WinDeviceInfo.hxx')
-rw-r--r-- | vcl/inc/opengl/win/WinDeviceInfo.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/inc/opengl/win/WinDeviceInfo.hxx b/vcl/inc/opengl/win/WinDeviceInfo.hxx index 21f14d9272bd..801329ae7073 100644 --- a/vcl/inc/opengl/win/WinDeviceInfo.hxx +++ b/vcl/inc/opengl/win/WinDeviceInfo.hxx @@ -73,6 +73,8 @@ enum DeviceVendor { DeviceVendorMax }; +bool ParseDriverVersion(const OUString& rString, uint64_t& rVersion); + struct DriverInfo { typedef std::vector<OUString> DeviceFamilyVector; @@ -114,6 +116,7 @@ struct DriverInfo static DeviceFamilyVector* mpDeviceFamilies[DeviceFamilyMax]; OUString maSuggestedVersion; + OUString maMsg; }; #define GFX_DRIVER_VERSION(a,b,c,d) \ |