[PATCH wayland] protocol: Add missing allow-null to data_device.enter data_offer field

Ander Conselvan de Oliveira ander.conselvan.de.oliveira at intel.com
Mon Jul 9 03:15:20 PDT 2012


Fixes bug 51889.
---
 protocol/wayland.xml |    2 +-
 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"/>
-- 
1.7.4.1



More information about the wayland-devel mailing list