efl_ui_win: disable pointer window in wayland backend.
authorJiyoun Park <jy0703.park@samsung.com>
Sat, 6 Jan 2018 06:41:56 +0000 (15:41 +0900)
committerJiyoun Park <jy0703.park@samsung.com>
Mon, 8 Jan 2018 06:25:26 +0000 (15:25 +0900)
   Currently, if efl_ui_win create two windows, device info was changed
   during the evas event creation.
   to get the binary which touch work well, we disable pointer window feature temporarily.
   this patch should be reverted.

src/lib/elementary/efl_ui_win.c

index 6fad5c9..99eea62 100644 (file)
@@ -6029,6 +6029,8 @@ _elm_win_finalize_internal(Eo *obj, Efl_Ui_Win_Data *sd, const char *name, Efl_U
    _elm_win_apply_alpha(obj, sd);
 
 #ifdef HAVE_ELEMENTARY_WL2
+//TIZEN_ONLY(20180106): disable pointer window
+/*
    if ((type != ELM_WIN_FAKE) && (type != ELM_WIN_INLINED_IMAGE))
      {
         if ((engine) &&
@@ -6051,6 +6053,8 @@ _elm_win_finalize_internal(Eo *obj, Efl_Ui_Win_Data *sd, const char *name, Efl_U
                                        ECORE_WL2_WINDOW_TYPE_NONE);
           }
      }
+*/
+//
 #endif
 
    /* do not append to list; all windows render as black rects */