return immediately on wayland focus-in key timer when no focused kbds exist

This commit is contained in:
Mike Blumenkrantz 2015-07-28 17:36:13 -04:00
parent c9e35cc0f9
commit e5d367292f
1 changed files with 1 additions and 0 deletions

View File

@ -492,6 +492,7 @@ _e_comp_wl_evas_cb_focus_in_timer(E_Client *ec)
ec->comp_data->on_focus_timer = NULL;
if (!e_comp->wl_comp_data->kbd.focused) return EINA_FALSE;
serial = wl_display_next_serial(e_comp->wl_comp_data->wl.disp);
t = ecore_time_unix_get();
EINA_LIST_FOREACH(e_comp->wl_comp_data->kbd.focused, l, res)