discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=37014499b16d93885aa990668498d395774e2a59

commit 37014499b16d93885aa990668498d395774e2a59
Author: Mike Blumenkrantz <[email protected]>
Date:   Fri Jul 28 13:49:30 2017 -0400

    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*)&timestamp, 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;

-- 


Reply via email to