ecore_x_.*_ungrab -> e_grabinput_release
authorsebastid <sebastid>
Wed, 9 Aug 2006 17:45:43 +0000 (17:45 +0000)
committersebastid <sebastid@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 9 Aug 2006 17:45:43 +0000 (17:45 +0000)
SVN revision: 24513

src/bin/e_dnd.c

index 390432e..a9ef009 100644 (file)
@@ -553,8 +553,7 @@ _e_drag_end(int x, int y)
 
    _e_drag_hide(_drag_current);
 
-   ecore_x_pointer_ungrab();
-   ecore_x_keyboard_ungrab();
+   e_grabinput_release(_drag_win, _drag_win);
    if (_drag_current->type == E_DRAG_XDND)
      {
        e_object_del(E_OBJECT(_drag_current));