if hwc_window is recreated and hwc_window is activate state,
it is possible that destroy callback of cqueue is not called
even if cqueue is destroyed if previous hwc_window(active state)
is reset callback of cqueue.
so call deactivate with previous hwc_window when whc_window is
recreated for changing zone.
Change-Id: I3474148245b2cabd8fe79e2705fae48b84755ff4
is_video = e_hwc_window_is_video(hwc_window);
e_hwc_window_restriction_set(hwc_window, E_HWC_WINDOW_RESTRICTION_DELETED);
e_hwc_window_client_type_override(hwc_window);
+ e_hwc_window_deactivate(hwc_window);
_e_hwc_window_del(hwc_window);
}