From 01d3edef00c4a5501d5fe328d554fc8c36a84394 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Wed, 17 May 2017 16:02:53 -0400 Subject: [PATCH] elm_win: don't unset wl cursor when starting move operation I don't understand why this is here and it isn't required by spec? ref ea7bbfe47dc1df5f51725be05eadf7ebce1d8361 --- src/lib/elementary/efl_ui_win.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/lib/elementary/efl_ui_win.c b/src/lib/elementary/efl_ui_win.c index 3f9ca18463..5f84f914c6 100644 --- a/src/lib/elementary/efl_ui_win.c +++ b/src/lib/elementary/efl_ui_win.c @@ -3917,9 +3917,6 @@ _win_move_start(Efl_Ui_Win_Data *sd) #ifdef HAVE_ELEMENTARY_WL2 if (sd->wl.win) { - ecore_wl2_window_pointer_set(sd->wl.win, NULL, - sd->pointer.hot_x, sd->pointer.hot_y); - /* Note: Not passing any X,Y position as those don't make sense, only * the compositor can really handle the window & pointer position. */ ecore_evas_wayland_move(sd->ee, 0, 0);