Skip to content

display: Fix monitor order to be the same as the order mutter has

The order of the monitors in display settings should be the same as what mutter has.

The code uses g_list_prepend for optimization and needs to reverse the list once all items have been added. Add the missing g_list_reverse call.

Edited by Nicolai Syvertsen

Merge request reports