mirror of
https://github.com/brl/mutter.git
synced 2025-01-22 09:29:25 +00:00
x11: Wait till data is flushed before notifying on the pending task
It does not make sense to notify flushes mid-transfer. We should wait till the data is actually finished before notifying on the pending task. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1198 (cherry picked from commit 0b21dcfe08c9a3ac137da518d6ef5f3a80528883)
This commit is contained in:
parent
622e8c348f
commit
c46bea9dff
@ -277,7 +277,7 @@ meta_x11_selection_output_stream_perform_flush (MetaX11SelectionOutputStream *st
|
||||
error_str);
|
||||
g_clear_object (&priv->pending_task);
|
||||
}
|
||||
else if (priv->pending_task)
|
||||
else if (priv->pending_task && priv->data->len == 0 && !priv->delete_pending)
|
||||
{
|
||||
size_t result;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user