discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=42d67d51c3a9d628e724e39e9f662357f579540f

commit 42d67d51c3a9d628e724e39e9f662357f579540f
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Thu Apr 21 11:50:19 2016 -0400

    do not perform input ungrab twice during dnd end in wayland
    
    this was happening in both drag free and drag end: once is sufficient
---
 src/bin/e_dnd.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/bin/e_dnd.c b/src/bin/e_dnd.c
index 53a229a..50da393 100644
--- a/src/bin/e_dnd.c
+++ b/src/bin/e_dnd.c
@@ -1156,8 +1156,6 @@ _e_drag_free(E_Drag *drag)
         ecore_x_window_shadow_tree_flush();
      }
 #endif
-   if (e_comp->comp_type == E_PIXMAP_TYPE_WL)
-     e_comp_ungrab_input(1, 1);
    e_bindings_disabled_set(0);
    _drag_win = 0;
 }

-- 


Reply via email to