mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
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. |
||
|---|---|---|
| .. | ||
| drm | ||
| session | ||
| backend.h | ||
| headless.h | ||
| libinput.h | ||
| multi.h | ||
| wayland.h | ||
| x11.h | ||