chore(deps): bump libdisplaydevice (#5280)
This commit is contained in:
@@ -655,7 +655,7 @@ namespace display_device {
|
|||||||
scheduler_option.m_execution = SchedulerOptions::Execution::ScheduledOnly;
|
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<std::string> {}](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) {
|
if (try_once) {
|
||||||
std::ignore = settings_iface.revertSettings();
|
std::ignore = settings_iface.revertSettings();
|
||||||
stop_token.requestStop();
|
stop_token.requestStop();
|
||||||
@@ -664,7 +664,7 @@ namespace display_device {
|
|||||||
|
|
||||||
auto available_devices {[&settings_iface]() {
|
auto available_devices {[&settings_iface]() {
|
||||||
const auto devices {settings_iface.enumAvailableDevices()};
|
const auto devices {settings_iface.enumAvailableDevices()};
|
||||||
std::set<std::string> parsed_devices;
|
StringSet parsed_devices;
|
||||||
|
|
||||||
std::transform(
|
std::transform(
|
||||||
std::begin(devices),
|
std::begin(devices),
|
||||||
|
|||||||
2
third-party/libdisplaydevice
vendored
2
third-party/libdisplaydevice
vendored
Submodule third-party/libdisplaydevice updated: fe7e6a81f6...1b24e6ad91
Reference in New Issue
Block a user