Skip to content

backend/multi: Advance index on backend_commit

Kenny Levinsen requested to merge kennylevinsen/wlroots:fix-multi into master

wlr_multi_backend sorts the states it is given and tries to perform sequential backend-wide commits for each sub-backend with the states that belong to it.

It did not update the index for the next iteration, so given N states for a backend it would perform N backend-wide commits.

Merge request reports

Loading