summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@osg.samsung.com>2017-05-17 16:02:53 -0400
committerMike Blumenkrantz <zmike@osg.samsung.com>2017-05-19 12:41:16 -0400
commit01d3edef00c4a5501d5fe328d554fc8c36a84394 (patch)
treed60ba05685d6506f1136dad980a0ecc6ae726f01
parent23cf5e80f780c55dbaebc819292d0bc60fa86fcf (diff)
downloadefl-01d3edef00c4a5501d5fe328d554fc8c36a84394.tar.gz
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
-rw-r--r--src/lib/elementary/efl_ui_win.c3
1 files changed, 0 insertions, 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);