From 9790be78706a28ed8753ee7f987e3765094e1b51 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Wed, 10 Jun 2026 21:24:58 -0400 Subject: [PATCH] chore(deps): bump libdisplaydevice --- src/display_device.cpp | 4 ++-- third-party/libdisplaydevice | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/display_device.cpp b/src/display_device.cpp index c6ba16e9438..7d24d524b62 100644 --- a/src/display_device.cpp +++ b/src/display_device.cpp @@ -655,7 +655,7 @@ namespace display_device { scheduler_option.m_execution = SchedulerOptions::Execution::ScheduledOnly; } - DD_DATA.sm_instance->schedule([try_once = (option == revert_option_e::try_once), tried_out_devices = std::set {}](auto &settings_iface, auto &stop_token) mutable { + DD_DATA.sm_instance->schedule([try_once = (option == revert_option_e::try_once), tried_out_devices = StringSet {}](auto &settings_iface, auto &stop_token) mutable { if (try_once) { std::ignore = settings_iface.revertSettings(); stop_token.requestStop(); @@ -664,7 +664,7 @@ namespace display_device { auto available_devices {[&settings_iface]() { const auto devices {settings_iface.enumAvailableDevices()}; - std::set parsed_devices; + StringSet parsed_devices; std::transform( std::begin(devices), diff --git a/third-party/libdisplaydevice b/third-party/libdisplaydevice index fe7e6a81f65..1b24e6ad910 160000 --- a/third-party/libdisplaydevice +++ b/third-party/libdisplaydevice @@ -1 +1 @@ -Subproject commit fe7e6a81f65deae91594702e1a185f47229745b9 +Subproject commit 1b24e6ad910253109f4191e0a2d0fa21edd51c3a