diff options
Diffstat (limited to 'protocol/wayland.xml')
-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"> |