data-device: Emit selection_signal also when we lose the selection

This commit is contained in:
Kristian Høgsberg 2012-05-31 23:28:31 -04:00
parent 8f63e8013b
commit 0527ad8f00

View file

@ -359,6 +359,8 @@ destroy_selection_data_source(struct wl_listener *listener, void *data)
if (data_device)
wl_data_device_send_selection(data_device, NULL);
}
wl_signal_emit(&seat->selection_signal, seat);
}
WL_EXPORT void