elementary: Fix build break for non-wayland builds

This fixes an issue where build would be broken if not building with
Wayland support.

Fixes T4778

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2016-10-28 12:34:18 -04:00
parent 72f2ac2c3a
commit 53f406a0a3
1 changed files with 2 additions and 0 deletions

View File

@ -2220,6 +2220,7 @@ _efl_ui_win_hide(Eo *obj, Efl_Ui_Win_Data *sd)
evas_object_hide(sd->pointer.obj);
}
#ifdef HAVE_ELEMENTARY_WL2
if (sd->pointer.ee)
{
ecore_evas_hide(sd->pointer.ee);
@ -2227,6 +2228,7 @@ _efl_ui_win_hide(Eo *obj, Efl_Ui_Win_Data *sd)
ecore_wl2_window_pointer_set(sd->wl.win, NULL,
sd->pointer.hot_x, sd->pointer.hot_y);
}
#endif
if (_elm_config->atspi_mode)
{