mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 12:55:58 +01:00
data-control-v1: update protocol to allow NULL selections
This commit is contained in:
parent
1e581ad95c
commit
4423630687
1 changed files with 4 additions and 2 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue