diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/ecore_wayland/ecore_wl_window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore_wayland/ecore_wl_window.c b/src/lib/ecore_wayland/ecore_wl_window.c index b0f66dd70c..a1225d0f11 100644 --- a/src/lib/ecore_wayland/ecore_wl_window.c +++ b/src/lib/ecore_wayland/ecore_wl_window.c | |||
@@ -104,7 +104,7 @@ ecore_wl_window_free(Ecore_Wl_Window *win) | |||
104 | 104 | ||
105 | eina_hash_del(_windows, _ecore_wl_window_id_str_get(win->id), win); | 105 | eina_hash_del(_windows, _ecore_wl_window_id_str_get(win->id), win); |
106 | 106 | ||
107 | wl_list_for_each(input, &_ecore_wl_disp->inputs, link) | 107 | EINA_INLIST_FOREACH(_ecore_wl_disp->inputs, input) |
108 | { | 108 | { |
109 | if ((input->pointer_focus) && (input->pointer_focus == win)) | 109 | if ((input->pointer_focus) && (input->pointer_focus == win)) |
110 | input->pointer_focus = NULL; | 110 | input->pointer_focus = NULL; |