GNOME Bugzilla – Bug 750007
MetaWaylandDataDevice: Propagate the unsetting of a selection
Last modified: 2015-06-18 03:28:42 UTC
If a client calls set_selection(NULL), without this patch mutter will still continue advertise the previously set selection.
Created attachment 304122 [details] [review] MetaWaylandDataDevice: Propagate the unsetting of a selection If a client unsets a selection (calls set_selection with the offer NULL), this should cause the compositor not to continue sending the previously set offer.
Review of attachment 304122 [details] [review]: Obviously correct. Sorry for missing this one.
Attachment 304122 [details] pushed as bb4dcd6 - MetaWaylandDataDevice: Propagate the unsetting of a selection