Skip to content
Commit 9c4bcb92 authored by Vlad Zahorodnii's avatar Vlad Zahorodnii
Browse files

backends/drm: Don't sort DrmBackend::m_outputs

This std::sort() function traces its origin back to
cbbd6844. The sort step was necessary to
ensure that we get same configuration hash regardless the order in which
outputs were connected.

On the other hand, our KWinKScreenIntegration code already does that so
it seems excessive to sort outputs the second time.
parent d8ea87a9
Pipeline #228353 failed with stage
in 38 minutes and 39 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment