e_policy_wl: fix splash screen bug - argb is not set when replaced 74/115674/3
authorjunghwan Choi <jhhh.choi@samsung.com>
Tue, 21 Feb 2017 04:57:21 +0000 (13:57 +0900)
committerMinJeong Kim <minjjj.kim@samsung.com>
Fri, 24 Feb 2017 08:22:34 +0000 (00:22 -0800)
Change-Id: Ie1c1d9eb258b7354a6ac3fce1c0f03dbf99e390d
Signed-off-by: junghwan Choi <jhhh.choi@samsung.com>
src/bin/e_policy_wl.c

index 87f2ea49c93f8827d7643481603bfa2369c0256d..79f341ea606c2437f56e567db83b239a69367f43 100644 (file)
@@ -5352,6 +5352,7 @@ _tzlaunch_img_iface_cb_owner(struct wl_client *client EINA_UNUSED, struct wl_res
              e_client_unignore(new_ec);
              new_ec->visible = EINA_TRUE;
              new_ec->new_client = EINA_FALSE;
+             new_ec->argb = old_ec->argb;
 
              e_comp->launchscrns = eina_list_append(e_comp->launchscrns, new_ec);
 
@@ -5435,7 +5436,7 @@ _tzlaunch_splash_iface_cb_owner(struct wl_client *client EINA_UNUSED, struct wl_
              new_ec->ignored = EINA_FALSE;
              new_ec->visible = EINA_TRUE;
              new_ec->new_client = EINA_FALSE;
-
+             new_ec->argb = old_ec->argb;
              new_ec->effect_type = old_ec->effect_type;
 
              e_comp->launchscrns = eina_list_append(e_comp->launchscrns, new_ec);