elementary: No need to set null pointer surface on mouse out

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2017-01-30 12:21:49 -05:00
parent 20cbc92639
commit 4adc1ec8e7
1 changed files with 0 additions and 4 deletions

View File

@ -972,8 +972,6 @@ _elm_win_mouse_out(Ecore_Evas *ee)
{
sd->pointer.visible = EINA_FALSE;
ecore_evas_hide(sd->pointer.ee);
ecore_wl2_window_pointer_set(sd->wl.win, NULL,
sd->pointer.hot_x, sd->pointer.hot_y);
}
#endif
}
@ -2301,8 +2299,6 @@ _efl_ui_win_hide(Eo *obj, Efl_Ui_Win_Data *sd)
if (sd->pointer.ee)
{
ecore_evas_hide(sd->pointer.ee);
ecore_wl2_window_pointer_set(sd->wl.win, NULL,
sd->pointer.hot_x, sd->pointer.hot_y);
}
#endif