e_policy_wl: hide launchscreen if cursor role is set 21/137921/3 accepted/tizen/unified/20170711.180802 submit/tizen/20170710.122732
authorJuyeon Lee <juyeonne.lee@samsung.com>
Mon, 10 Jul 2017 08:59:32 +0000 (17:59 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Mon, 10 Jul 2017 12:05:21 +0000 (12:05 +0000)
Change-Id: I1d9658ad0b73b0dbaefec4b8f4ee68497d19135a

src/bin/e_policy_wl.c

index a23768e9230095905b7f9d865a9bf2b83eedb0f9..e87b56e62f6da3d74222f80cd9d22307cc1477b4 100644 (file)
@@ -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);