diff --git a/src/display_device.cpp b/src/display_device.cpp index 4072305faed..f273104bd34 100644 --- a/src/display_device.cpp +++ b/src/display_device.cpp @@ -38,7 +38,8 @@ namespace display_device { return std::make_unique( std::make_shared(std::make_shared()), nullptr, - std::make_unique(nullptr)); + std::make_unique(nullptr), + WinWorkarounds {}); #else return nullptr; #endif diff --git a/third-party/libdisplaydevice b/third-party/libdisplaydevice index f1cb6669bec..b30c2e117e8 160000 --- a/third-party/libdisplaydevice +++ b/third-party/libdisplaydevice @@ -1 +1 @@ -Subproject commit f1cb6669becc98ecfd9ea6323cf779da5de2a2ae +Subproject commit b30c2e117e869c347f4d06d2343e2a5928959516