From 37014499b16d93885aa990668498d395774e2a59 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 28 Jul 2017 13:49:30 -0400 Subject: [PATCH] don't create xwl receive pipe for SelectionRequest when getting the selection this seems to sneak in sometimes even though it's totally wrong? --- src/modules/xwayland/dnd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/xwayland/dnd.c b/src/modules/xwayland/dnd.c index 0f26ef5cf..2c0594d82 100644 --- a/src/modules/xwayland/dnd.c +++ b/src/modules/xwayland/dnd.c @@ -401,7 +401,7 @@ _xwl_selection_request(void *d EINA_UNUSED, int t EINA_UNUSED, Ecore_X_Event_Sel ecore_x_window_prop_property_set(ev->requestor, ev->property, int_atom, 32, (void*)×tamp, 1); ecore_x_selection_notify_send(ev->requestor, ev->selection, ev->target, ev->property, 0); } - else + else if (ev->requestor != e_comp->cm_selection) { const char *name; Pipe *p;