LookingGlass/client/clipboards
Quantum 17691f889b [client] clipboard/wayland: avoid writing back to guest clipboard
Copying rich text from the guest would be turned into plaintext on the client.
Prior to this change, this would be sent back to the guest, overwriting its
clipboard. This made it impossible to copy rich text inside the guest.

This commit detects such self-copies by checking if the receiver is the
current process, and rejecting it.
2021-01-14 10:41:32 +11:00
..
Wayland [client] clipboard/wayland: avoid writing back to guest clipboard 2021-01-14 10:41:32 +11:00
X11 [client] clipboard/wayland: address style nits 2021-01-13 13:39:32 +11:00
CMakeLists.txt [client] clipboard/wayland: implement a no-op Wayland clipboard 2021-01-13 13:39:32 +11:00