wlroots/include/backend
Kirill Primak 629a5171f2 backend/wayland: don't ack outdated configures
This commit fixes the following interaction:

1) The host compositor sends a configure sequence for an output.
2) Before handling it, the guest compositor disables and immediately
re-enables the output.
3) The guest compositor tries to ack the configure event from step 1
which isn't relevant anymore after unmapping and re-initialization.

Instead, ignore all configure events after unmapping until we're sure
the host compositor has processed the unmapping.

Also see
https://gitlab.freedesktop.org/wayland/wayland-protocols/-/issues/108.
2024-06-11 09:44:42 +03:00
..
drm drm/backend: add support for cursor hotspots 2024-03-22 13:54:18 -05:00
session Add some missing includes/declarations 2023-06-05 21:06:19 +00:00
backend.h backend: remove backend_get_allocator 2021-11-18 09:37:57 -05:00
headless.h backend/headless: take wl_event_loop instead of wl_display 2024-01-25 15:05:36 +00:00
libinput.h backend/libinput: use NULL to indicate missing device name 2024-02-29 12:08:02 +01:00
multi.h backend/multi: take wl_event_loop instead of wl_display 2024-01-25 15:05:36 +00:00
wayland.h backend/wayland: don't ack outdated configures 2024-06-11 09:44:42 +03:00
x11.h backend/x11: take wl_event_loop instead of wl_display 2024-01-25 15:05:36 +00:00