discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=3b51b3047fa25651cb785d1cdec85cdc73c1a186

commit 3b51b3047fa25651cb785d1cdec85cdc73c1a186
Author: Mike Blumenkrantz <[email protected]>
Date:   Fri May 12 12:08:32 2017 -0400

    elm_cnp: don't explicitly set wl window type when starting drag
    
    this is no longer necessary
---
 src/lib/elementary/elm_cnp.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/lib/elementary/elm_cnp.c b/src/lib/elementary/elm_cnp.c
index d0e038b..8430108 100644
--- a/src/lib/elementary/elm_cnp.c
+++ b/src/lib/elementary/elm_cnp.c
@@ -3396,8 +3396,6 @@ _wl_elm_drag_start(Evas_Object *obj, Elm_Sel_Format 
format, const char *data,
 
    win = elm_win_wl_window_get(dragwin);
 
-   ecore_wl2_window_type_set(win, ECORE_WL2_WINDOW_TYPE_DND);
-
    if (createicon)
      {
         Evas_Coord xoff = 0, yoff = 0;

-- 


Reply via email to