xwayland-satellite/src
En-En 59dc560182 fix: queue new selections instead of juggling them
The previous method of converting X selections had some flaws, including
one where XWayland would fail to send the necessary PropertyNotify
events if multiple INCR requests were sent to the same selection at
once. By using `write_to` to create a FIFO queue and `next_conversion`
to advance the queue, we can guarantee only one request is being
converted at a time, working around this issue.
2025-11-09 22:55:32 -05:00
..
server server/decoration: remove decorations when fullscreen 2025-11-06 23:01:40 -05:00
xstate fix: queue new selections instead of juggling them 2025-11-09 22:55:32 -05:00
lib.rs feat: send huge Wayland-to-X selections via INCR 2025-10-24 18:40:12 -04:00
main.rs Add --test-listenfd-support flag 2025-06-07 12:59:01 -04:00