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 ea7bbfe47d
This commit is contained in:
Mike Blumenkrantz 2017-05-17 16:02:53 -04:00
parent 23cf5e80f7
commit 01d3edef00
1 changed files with 0 additions and 3 deletions

View File

@ -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);