e_comp_wl: unset ec's ignored flag while using launch image ec 63/112063/1
authorDoyoun Kang <doyoun.kang@samsung.com>
Wed, 25 Jan 2017 22:06:20 +0000 (07:06 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Wed, 25 Jan 2017 22:06:20 +0000 (07:06 +0900)
there was a bug that the screen is blinking when the launch image effect is run

Change-Id: I2fb7fa6112b19bb564f9b3d1543ce4eafb007360

src/bin/e_comp_wl.c

index 24082a6..5012771 100644 (file)
@@ -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);
           }