mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-03 09:01:42 -05:00
protocol: Add missing allow-null to data_device.enter data_offer field
Fixes bug 51889.
This commit is contained in:
parent
c94c0946db
commit
84bac043e1
1 changed files with 1 additions and 1 deletions
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue