diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-06-04 14:40:35 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-06-17 12:45:10 +0000 |
commit | 72dca3022d3a82b59cf41b410c82fecf63c3c156 (patch) | |
tree | e3a4aef04ac882026609eaa23bed10ea0a0e1aa2 /vcl/inc | |
parent | aa62c86fbc7d192ad01de4bf771c6a9644853d5e (diff) |
support multiple devices in the blacklist
Change-Id: Ief0118d0845009bd8fd9cb1c7d51b76c09cc23b5
Reviewed-on: https://gerrit.libreoffice.org/16329
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/opengl/win/WinDeviceInfo.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/opengl/win/WinDeviceInfo.hxx b/vcl/inc/opengl/win/WinDeviceInfo.hxx index 801329ae7073..37779a56e83c 100644 --- a/vcl/inc/opengl/win/WinDeviceInfo.hxx +++ b/vcl/inc/opengl/win/WinDeviceInfo.hxx @@ -98,6 +98,7 @@ struct DriverInfo static DeviceFamilyVector* const allDevices; DeviceFamilyVector* mpDevices; + std::vector<OUString> maDevices; // Whether the mDevices array should be deleted when this structure is // deallocated. False by default. |