deactive has to send before buffer_flush......
wayland-tbm has to be fixed... maybe?...
Change-Id: I356548e17719430213622a9f90c0b4c61bff8507
else
{
if (e_comp_is_on_overlay(cp->client))
- e_comp_hwc_client_end(cp->client, __FUNCTION__);
+ {
+ e_comp_hwc_client_end(cp->client, __FUNCTION__);
+
+ //TODO: this is temporary code..
+ if (cp->client->hwc_window)
+ e_hwc_window_deactivate(cp->client->hwc_window);
+ }
tizen_surface_shm_flusher_send_flush(cp->shm_flusher);
}