devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=53f406a0a3db2184f8c10b5c133186fe88f23ef8

commit 53f406a0a3db2184f8c10b5c133186fe88f23ef8
Author: Chris Michael <[email protected]>
Date:   Fri Oct 28 12:34:18 2016 -0400

    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 <[email protected]>
---
 src/lib/elementary/efl_ui_win.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/lib/elementary/efl_ui_win.c b/src/lib/elementary/efl_ui_win.c
index be922b8..627c82c 100644
--- a/src/lib/elementary/efl_ui_win.c
+++ b/src/lib/elementary/efl_ui_win.c
@@ -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)
      {

-- 


Reply via email to