projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9e35cc
)
return immediately on wayland focus-in key timer when no focused kbds exist
author
Mike Blumenkrantz
<zmike@osg.samsung.com>
Tue, 28 Jul 2015 21:36:13 +0000
(17:36 -0400)
committer
Mike Blumenkrantz
<zmike@osg.samsung.com>
Tue, 28 Jul 2015 21:36:13 +0000
(17:36 -0400)
src/bin/e_comp_wl.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp_wl.c
b/src/bin/e_comp_wl.c
index 81e4d694655103ba0b0588c92d005d52a664f7c5..9c6072b2c08d645a1add4dee1da1840c97cc9796 100644
(file)
--- a/
src/bin/e_comp_wl.c
+++ b/
src/bin/e_comp_wl.c
@@
-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)