projects
/
platform
/
core
/
uifw
/
e-mod-tizen-effect.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d79c81
)
add log for resetting ec's launching flag
37/143437/1
author
Doyoun Kang
<doyoun.kang@samsung.com>
Thu, 10 Aug 2017 02:21:11 +0000
(11:21 +0900)
committer
Doyoun Kang
<doyoun.kang@samsung.com>
Thu, 10 Aug 2017 02:21:11 +0000
(11:21 +0900)
Change-Id: I5f2eb93ab2495585e379c49000432124606fd706
src/e_mod_effect.c
patch
|
blob
|
history
diff --git
a/src/e_mod_effect.c
b/src/e_mod_effect.c
index
423df78
..
cfa6912
100644
(file)
--- a/
src/e_mod_effect.c
+++ b/
src/e_mod_effect.c
@@
-231,6
+231,7
@@
_eff_event_send(E_Client *ec, Eina_Bool start, E_Effect_Type type)
ec->extra_animating = EINA_FALSE;
if (ec->launching == EINA_TRUE)
{
+ ELOGF("COMP", "Un-Set launching flag..", ec->pixmap, ec);
ec->launching = EINA_FALSE;
if (ec->first_mapped)
{
@@
-1301,6
+1302,7
@@
_eff_cb_restack_finish_done(void *data, Evas_Object *obj, const char *sig, const
ec_home->extra_animating = EINA_FALSE;
if (ec_home->launching == EINA_TRUE)
{
+ ELOGF("COMP", "Un-Set launching flag..", ec_home->pixmap, ec_home);
ec_home->launching = EINA_FALSE;
if (ec_home->first_mapped)
{