summaryrefslogtreecommitdiff
path: root/protocol/wayland.xml
diff options
context:
space:
mode:
authorAnder Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>2012-07-09 13:15:20 +0300
committerKristian Høgsberg <krh@bitplanet.net>2012-07-09 18:00:31 -0400
commit84bac043e1c6313f7b8812a31ddb179b3f7933d5 (patch)
tree354655d70d1408a2cf4817fcbf9c35b7d700a541 /protocol/wayland.xml
parentc94c0946db694ec29b5aebb94a8be0501bacfbc7 (diff)
protocol: Add missing allow-null to data_device.enter data_offer field
Fixes bug 51889.
Diffstat (limited to 'protocol/wayland.xml')
-rw-r--r--protocol/wayland.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index 54fb9e0..b6beceb 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -365,7 +365,7 @@
<arg name="surface" type="object" interface="wl_surface"/>
<arg name="x" type="fixed"/>
<arg name="y" type="fixed"/>
- <arg name="id" type="object" interface="wl_data_offer"/>
+ <arg name="id" type="object" interface="wl_data_offer" allow-null="true"/>
</event>
<event name="leave"/>