From: Doyoun Kang Date: Wed, 25 Jan 2017 22:06:20 +0000 (+0900) Subject: e_comp_wl: unset ec's ignored flag while using launch image ec X-Git-Tag: accepted/tizen/3.0/common/20170126.092653~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fcf90686b72d7f5c19404fe831b9b34e02164b96;p=platform%2Fupstream%2Fenlightenment.git e_comp_wl: unset ec's ignored flag while using launch image ec there was a bug that the screen is blinking when the launch image effect is run Change-Id: I2fb7fa6112b19bb564f9b3d1543ce4eafb007360 --- diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c index 24082a6..5012771 100644 --- a/src/bin/e_comp_wl.c +++ b/src/bin/e_comp_wl.c @@ -4450,6 +4450,7 @@ _e_comp_wl_client_usable_get(pid_t pid, E_Pixmap *ep) /* to set-up comp data */ _e_comp_wl_client_cb_new(NULL, ec); + ec->ignored = 0; if (!ec->comp_data) return NULL; _e_comp_wl_client_evas_init(ec); }