mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-24 06:59:50 -05:00
Add reject round trip to dnd protocol
This lets a drag target reject a drop.
This commit is contained in:
parent
41da90897c
commit
d44bc8b8ee
3 changed files with 25 additions and 6 deletions
|
|
@ -209,6 +209,8 @@
|
|||
<event name="finish">
|
||||
<arg name="fd" type="fd"/>
|
||||
</event>
|
||||
|
||||
<event name="reject"/>
|
||||
</interface>
|
||||
|
||||
|
||||
|
|
@ -226,6 +228,9 @@
|
|||
<arg name="fd" type="fd"/>
|
||||
</request>
|
||||
|
||||
<!-- Called to reject a drop -->
|
||||
<request name="reject"/>
|
||||
|
||||
<!-- Sent before the pointer_focus event to announce the types
|
||||
offered. One event per offered mime type. -->
|
||||
<event name="offer">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue