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. |
||
|---|---|---|
| .. | ||
| server | ||
| xstate | ||
| lib.rs | ||
| main.rs | ||