wayland: support clipboard writing#16234
Conversation
|
Download the artifacts for this pull request: Windows |
|
In the wayland backend writing seems to conflict with |
|
Could you move |
Right now other clients won't know when mpv updates the clipboard content. This requires changing the way writing is handled, will do that later.
Done. |
This is required for setting selection for clipboard writing.
The data device is used for both dnd and clipboard, so change it to a better name.
d2cb193 to
9bbbec8
Compare
This adds clipboard writing support for the VO clipboard backend when a Wayland VO is active for the wayland core protocol.
This adds clipboard writing support for the native Wayland clipboard backend for the ext-data-control-v1 protocol. Both clipboard and primary selection are supported.
Wayland clipboard writing is added. macOS clipboard writing was already implemented but it was forgotten to update the documentation.
9bbbec8 to
67bd081
Compare
33a761c to
85a8709
Compare
|
Could you squash |
|
It's fine imo. It technically modifies another part. |
This makes writing to clipboard property work on both the Wayland VO backend and
ext-data-control-v1backend.