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:
555d1a2
)
e_policy_wl: hide launchscreen if cursor role is set
author
Juyeon Lee
<juyeonne.lee@samsung.com>
Mon, 10 Jul 2017 08:59:32 +0000
(17:59 +0900)
committer
Doyoun Kang
<doyoun.kang@samsung.com>
Fri, 21 Jul 2017 00:10:48 +0000
(09:10 +0900)
Change-Id: I1d9658ad0b73b0dbaefec4b8f4ee68497d19135a
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 a23768e9230095905b7f9d865a9bf2b83eedb0f9..e87b56e62f6da3d74222f80cd9d22307cc1477b4 100644
(file)
--- a/
src/bin/e_policy_wl.c
+++ b/
src/bin/e_policy_wl.c
@@
-4983,7
+4983,12
@@
_launch_splash_off(E_Policy_Wl_Tzlaunch_Splash *tzlaunch_splash)
if (ec)
{
- if (!tzlaunch_splash->replaced)
+ if (!e_util_strcmp("wl_pointer-cursor", ec->icccm.window_role))
+ {
+ // if Launchscreen is replaced to cursor, than hide
+ evas_object_hide(ec->frame);
+ }
+ else if (!tzlaunch_splash->replaced)
{
if (ec->focused)
e_comp_wl_feed_focus_in(ec);