summaryrefslogtreecommitdiff
path: root/vcl/inc/opengl/win
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.com>2015-11-19 16:53:01 +0100
committerTomaž Vajngerl <tomaz.vajngerl@collabora.com>2015-11-19 17:05:41 +0100
commit3711ccb777a6a69d68ed221bd642c8dcd5557628 (patch)
treef74123ac1f9dbe6b20f7fcfcd06ce87f790457d5 /vcl/inc/opengl/win
parente253ff9631c1939a11442f966674c1e49f408bb3 (diff)
opengl: support Win 10 in black/white listing
Change-Id: I9a3055fc60f738ab941816e40f4dd147deedafbe
Diffstat (limited to 'vcl/inc/opengl/win')
-rw-r--r--vcl/inc/opengl/win/WinDeviceInfo.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/opengl/win/WinDeviceInfo.hxx b/vcl/inc/opengl/win/WinDeviceInfo.hxx
index a400404910a1..bbcd0b7d1822 100644
--- a/vcl/inc/opengl/win/WinDeviceInfo.hxx
+++ b/vcl/inc/opengl/win/WinDeviceInfo.hxx
@@ -25,6 +25,7 @@ enum OperatingSystem {
DRIVER_OS_WINDOWS_7,
DRIVER_OS_WINDOWS_8,
DRIVER_OS_WINDOWS_8_1,
+ DRIVER_OS_WINDOWS_10,
DRIVER_OS_LINUX,
DRIVER_OS_OS_X_10_5,
DRIVER_OS_OS_X_10_6,