Skip to content

wayland: Accept NULL primary data source

Carlos Garnacho requested to merge wip/carlosg/issue-335 into master

A NULL argument is expected here in order to unset the selection, meta_wayland_data_device_set_primary() accepts a NULL source, but gtk_primary_selection_device.set_selection was not handling a NULL wl_resource.

Closes: #335 (closed)

Merge request reports