From: Juyeon Lee Date: Mon, 10 Jul 2017 08:59:32 +0000 (+0900) Subject: e_policy_wl: hide launchscreen if cursor role is set X-Git-Tag: submit/tizen/20170710.122732^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=19b8553c0c58602c6dde7f53fc28c67fc95647a3;p=platform%2Fupstream%2Fenlightenment.git e_policy_wl: hide launchscreen if cursor role is set Change-Id: I1d9658ad0b73b0dbaefec4b8f4ee68497d19135a --- diff --git a/src/bin/e_policy_wl.c b/src/bin/e_policy_wl.c index a23768e923..e87b56e62f 100644 --- 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);