wlroots/backend
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
..
drm backend/drm: fix timeline feature flag on multi-GPU setups 2024-10-12 17:12:29 +02:00
headless backend: add timeline feature flag 2024-10-11 17:11:35 +00:00
libinput pointer: release pressed buttons on destroy 2024-09-24 19:53:54 +00:00
multi backend/multi: Advance index on backend_commit 2024-10-15 17:32:54 +02:00
session backend/session: use "KMS" instead of "DRM" in log messages 2024-06-17 09:43:38 +02:00
wayland pointer: release pressed buttons on destroy 2024-09-24 19:53:54 +00:00
x11 pointer: release pressed buttons on destroy 2024-09-24 19:53:54 +00:00
backend.c backend: add wlr_backend_{test,commit}() 2024-03-14 22:03:10 +00:00
meson.build backend/session: make optional 2022-11-25 16:15:29 +00:00