aboutsummaryrefslogtreecommitdiff
path: root/protocol/wlr-data-control-unstable-v1.xml
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-12-12 10:01:27 +0100
committeremersion <contact@emersion.fr>2018-12-30 02:48:03 +0100
commit4423630687397e714183e7e0f690613175fd6df8 (patch)
treedf14a11497bdb336c00775309d021361f1a1c4c0 /protocol/wlr-data-control-unstable-v1.xml
parent1e581ad95cfb50acf6b251c7d3da209ea32ca8d7 (diff)
data-control-v1: update protocol to allow NULL selections
Diffstat (limited to 'protocol/wlr-data-control-unstable-v1.xml')
-rw-r--r--protocol/wlr-data-control-unstable-v1.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/protocol/wlr-data-control-unstable-v1.xml b/protocol/wlr-data-control-unstable-v1.xml
index c8d50d53..bd105f2e 100644
--- a/protocol/wlr-data-control-unstable-v1.xml
+++ b/protocol/wlr-data-control-unstable-v1.xml
@@ -82,7 +82,8 @@
All objects created by the manager will still remain valid, until their
appropriate destroy request has been called.
</description>
- <arg name="source" type="object" interface="zwlr_data_control_source_v1"/>
+ <arg name="source" type="object" interface="zwlr_data_control_source_v1"
+ allow-null="true"/>
</request>
<request name="destroy" type="destructor">
@@ -117,7 +118,8 @@
previous selection wlr_data_control_offer, if any, upon receiving this
event.
</description>
- <arg name="id" type="object" interface="zwlr_data_control_offer_v1"/>
+ <arg name="id" type="object" interface="zwlr_data_control_offer_v1"
+ allow-null="true"/>
</event>
<event name="finished">