ecore_wayland: set touch_focus window when gets pointer_enter 79/55779/2
authorDuna Oh <duna.oh@samsung.com>
Tue, 29 Dec 2015 08:02:30 +0000 (17:02 +0900)
committerSung-Jin Park <sj76.park@samsung.com>
Tue, 5 Jan 2016 06:50:46 +0000 (22:50 -0800)
Signed-off-by: Duna Oh <duna.oh@samsung.com>
Change-Id: I4ac95dfebe1b341bb53103af556fa69e06874c4c

src/lib/ecore_wayland/ecore_wl_input.c

index f3960f3..34ef839 100644 (file)
@@ -1043,6 +1043,7 @@ _ecore_wl_input_cb_pointer_enter(void *data, struct wl_pointer *pointer EINA_UNU
      {
         win->pointer_device = input;
         input->pointer_focus = win;
+        input->touch_focus = win;
 
         if (win->pointer.set)
           {