From 42d67d51c3a9d628e724e39e9f662357f579540f Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 21 Apr 2016 11:50:19 -0400 Subject: [PATCH] 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 53a229af2..50da393fd 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; }