...and also ungrab the compositor when internal drags end
authorMike Blumenkrantz <zmike@osg.samsung.com>
Thu, 16 Jul 2015 16:59:04 +0000 (12:59 -0400)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Thu, 16 Jul 2015 16:59:04 +0000 (12:59 -0400)
src/bin/e_dnd.c

index 1172099..11a32ac 100644 (file)
@@ -1180,6 +1180,8 @@ _e_drag_free(E_Drag *drag)
         ecore_x_window_shadow_tree_flush();
      }
 #endif
+   if (_drag_win == e_comp->ee_win)
+     e_comp_ungrab_input(1, 1);
    _drag_win = 0;
 }