From 94fd3d1dd475b49a63b954ac4584381fa151bbd0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20H=C3=B8gsberg?= Date: Mon, 19 Nov 2012 15:02:45 -0500 Subject: [PATCH] protocol: Add summary description for wl_data_device_manager --- protocol/wayland.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 6171670..0e51d83 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -502,6 +502,14 @@ + + The wl_data_device_manager is a a singleton global object that + provides access to inter-client data transfer mechanisms such as + copy and paste and drag and drop. These mechanisms are tied to + a wl_seat and this interface lets a client get a wl_data_device + corresponding to a wl_seat. + + -- 2.7.4