instead of e_comp_object_content_type
Change-Id: I45ac95a9f0995febf622a6285a6ab7c5dfc0efd4
hwc_window = container_of(listener, E_Hwc_Window, content_type_set_listener);
if (!hwc_window->ec) return;
- if (e_view_client_content_type_get(e_client_view_get(hwc_window->ec)) != E_COMP_OBJECT_CONTENT_TYPE_INT_IMAGE)
+ if (e_view_client_external_view_type_get(e_client_view_get(hwc_window->ec)) != E_VIEW_CLIENT_EXTERNAL_VIEW_TYPE_NONE)
e_hwc_window_restriction_set(hwc_window, E_HWC_WINDOW_RESTRICTION_CONTENT_IMAGE);
else
e_hwc_window_restriction_unset(hwc_window, E_HWC_WINDOW_RESTRICTION_CONTENT_IMAGE);