wlroots/backend/multi
Kenny Levinsen ba0cc8eb05 backend/multi: Advance index on backend_commit
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 manage the index correctly for the next iteration, so given N
states for a backend it would perform N backend-wide commits.

Clarify the logic by calculating a length rather than an end pointer and
update the index after each iteration.
2024-10-15 17:32:54 +02:00
..
backend.c backend/multi: Advance index on backend_commit 2024-10-15 17:32:54 +02:00
meson.build meson: Various improvements 2019-12-23 07:48:29 -05:00