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:
8ea1760
)
launchscreen: send 'launch,done' event to client after hiding launchscreen
56/108556/1
author
MinJeong Kim
<minjjj.kim@samsung.com>
Thu, 5 Jan 2017 05:13:19 +0000
(14:13 +0900)
committer
MinJeong Kim
<minjjj.kim@samsung.com>
Thu, 5 Jan 2017 05:13:19 +0000
(14:13 +0900)
Change-Id: I0af1a8fbd43129c10c16d11fed1e2b76381df3a6
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
src/bin/e_policy_wl.c
patch
|
blob
|
history
diff --git
a/src/bin/e_policy_wl.c
b/src/bin/e_policy_wl.c
index 5d1d6511b2d865ef5c4b0bc0f2b210def624d81d..aa2d9ada5acbfc2dad66fb43169a6f8737c0bf44 100644
(file)
--- a/
src/bin/e_policy_wl.c
+++ b/
src/bin/e_policy_wl.c
@@
-4456,6
+4456,8
@@
_launchscreen_img_off(E_Policy_Wl_Tzlaunch_Img *tzlaunch_img)
{
if (ec->focused)
e_comp_wl_feed_focus_in(ec);
+ /* to send launch,done event to launchscreen client */
+ e_comp_object_signal_emit(ec->frame, "e,action,launch,done", "e");
}
e_comp->launchscrns = eina_list_remove(e_comp->launchscrns, ec);