client such as keyboard is handled in e_mod_tizen_wl_textinput
and it never be in iconic state(ec->exp_iconify.skip_iconify = 1)
once it keyboard window is hide, the buffer shall not be flushed
Change-Id: I0e1fb43c7a09f5d5b0800905ac92e0c327d14890
(cherry picked from commit
055424b6dd5fce9d0a770150a27c7ae476ef3702)
VS_DBG(ec, "\tUPDATE ICONIC STATE: %s", STATE_STR(vc));
vc->prepare_emitted = 0;
- if (ec->exp_iconify.buffer_flush)
+ if (ec->iconic && ec->exp_iconify.buffer_flush)
e_pixmap_buffer_clear(ec->pixmap, EINA_FALSE);
}