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

Kristian Høgsberg hoegsberg at gmail.com
Mon Jul 9 15:00:46 PDT 2012


On Mon, Jul 09, 2012 at 01:15:20PM +0300, Ander Conselvan de Oliveira wrote:
> Fixes bug 51889.

Thanks, committed.
Kristian


> ---
>  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
> 
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel


More information about the wayland-devel mailing list