Aleksandr Mezin
23c3f8bb18
monitor-manager: fix output ids returned by GetResources
Output ID is set equal to 'i' later in the loop. But 'i' was never incremented, so all outputs were getting the same ID (equal to the number of CRTCs, because 'i' was reused from the previous loop).
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%