summaryrefslogtreecommitdiffstats
path: root/protocol
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
parentshm: Plug leak in shm_create_pool() (diff)
downloadwayland-84bac043e1c6313f7b8812a31ddb179b3f7933d5.tar
wayland-84bac043e1c6313f7b8812a31ddb179b3f7933d5.tar.gz
wayland-84bac043e1c6313f7b8812a31ddb179b3f7933d5.tar.bz2
wayland-84bac043e1c6313f7b8812a31ddb179b3f7933d5.tar.lz
wayland-84bac043e1c6313f7b8812a31ddb179b3f7933d5.tar.xz
wayland-84bac043e1c6313f7b8812a31ddb179b3f7933d5.tar.zst
wayland-84bac043e1c6313f7b8812a31ddb179b3f7933d5.zip
protocol: Add missing allow-null to data_device.enter data_offer field
Fixes bug 51889.
Diffstat (limited to 'protocol')
-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"/>