mirror of
https://github.com/brl/mutter.git
synced 2024-11-29 03:20:46 -05:00
wayland: Preserve XdndTypeList for future callers
This Xdnd property is owned by the drag source, we shouldn't delete it when reading/proxying it to Wayland clients. Closes: https://gitlab.gnome.org/GNOME/gtk/issues/2347 https://gitlab.gnome.org/GNOME/mutter/merge_requests/1005
This commit is contained in:
parent
102c07d5e5
commit
c1df48befd
@ -562,7 +562,7 @@ meta_xwayland_data_source_fetch_mimetype_list (MetaWaylandDataSource *source,
|
|||||||
XGetWindowProperty (xdisplay, window, prop,
|
XGetWindowProperty (xdisplay, window, prop,
|
||||||
0, /* offset */
|
0, /* offset */
|
||||||
0x1fffffff, /* length */
|
0x1fffffff, /* length */
|
||||||
True, /* delete */
|
False, /* delete */
|
||||||
AnyPropertyType,
|
AnyPropertyType,
|
||||||
&type_ret,
|
&type_ret,
|
||||||
&format_ret,
|
&format_ret,
|
||||||
|
Loading…
Reference in New Issue
Block a user