From 06b41b7ff46222778a79e309728c8d425e4d0624 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Fri, 1 Feb 2019 11:45:04 +0300 Subject: [PATCH] Clarify that data sources can only be used once --- unstable/wlr-data-control-unstable-v1.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/unstable/wlr-data-control-unstable-v1.xml b/unstable/wlr-data-control-unstable-v1.xml index bc6f2ab..0a4dc24 100644 --- a/unstable/wlr-data-control-unstable-v1.xml +++ b/unstable/wlr-data-control-unstable-v1.xml @@ -83,6 +83,9 @@ This request asks the compositor to set the selection to the data from the source on behalf of the client. + The given source may not be used in any further set_selection or + set_primary_selection requests. + To unset the selection, set the source to NULL.