diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2010-11-30 15:10:26 -0500 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2010-11-30 15:10:26 -0500 |
commit | d44bc8b8eef470780fd5cbd8737b5cc1a4226b39 (patch) | |
tree | f2bc0198e7515565b76171afcd5a9e5735f0186f /protocol | |
parent | 41da90897c548bf2dfa8f4eeaed86f3215e7558b (diff) |
Add reject round trip to dnd protocol
This lets a drag target reject a drop.
Diffstat (limited to 'protocol')
-rw-r--r-- | protocol/wayland.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 24c53c2..77ff8f8 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -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"> |