diff options
author | emersion <contact@emersion.fr> | 2018-10-18 07:54:14 +0000 |
---|---|---|
committer | Jonas Ådahl <jadahl@gmail.com> | 2018-11-12 16:56:50 +0100 |
commit | 2c3b11d76fd498fc3856cdd36ac76c1193686bf1 (patch) | |
tree | 7f5eabb4d12c8f7d1f6e1e4af66467833d38ee4f /Makefile.am | |
parent | 19ec5dcc4b1d57ce5dd8e400b5e9b4ec5791ff06 (diff) |
unstable: add primary-selection protocol
This primary selection is similar in spirit to the eponimous
in X11, allowing a quick "select text + middle click" shortcut
to copying and pasting.
It's otherwise very similar to its Wayland counterpart, and
explicitly made consistent with it.
Signed-off-by: Simon Ser <contact@emersion.fr>
Reviewed-by: Jonas Ådahl <jadahl@gmail.com>
Reviewed-by: Carlos Garnacho <carlosg@gnome.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 7dfbb9e..345ae6a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,6 +22,7 @@ unstable_protocols = \ unstable/input-timestamps/input-timestamps-unstable-v1.xml \ unstable/xdg-decoration/xdg-decoration-unstable-v1.xml \ unstable/linux-explicit-synchronization/linux-explicit-synchronization-unstable-v1.xml \ + unstable/primary-selection/primary-selection-unstable-v1.xml \ $(NULL) stable_protocols = \ |