e_view_client_frame_allowed and e_comp_object_frame_allowed are useless.
Change-Id: Icaa59e809470d4cbf418ed527f497e5f30df5415
}
}
-EINTERN Eina_Bool
-e_comp_object_frame_allowed(Evas_Object *obj)
-{
- API_ENTRY EINA_FALSE;
-
- // TODO: this function will be removed
-
- return EINA_TRUE;
-}
-
EINTERN Eina_Bool
e_comp_object_frame_exists(Evas_Object *obj)
{
EINTERN Eina_Bool e_comp_object_hwc_update_exists(Evas_Object *obj);
EINTERN void e_comp_object_damage_trace_debug(Eina_Bool onoff);
-EINTERN Eina_Bool e_comp_object_frame_allowed(Evas_Object *obj);
EINTERN Eina_Bool e_comp_object_frame_exists(Evas_Object *obj);
EINTERN Eina_Bool e_comp_object_frame_theme_set(Evas_Object *obj, const char *name);
EINTERN void e_comp_object_frame_extends_get(Evas_Object *obj, int *x, int *y, int *w, int *h);
e_comp_object_render_op_set(client->view.eo, render_op);
}
-EINTERN bool
-e_view_client_frame_allowed(E_View_Client *client)
-{
- if (client == NULL) return false;
-
- return e_comp_object_frame_allowed(client->view.eo);
-}
-
EINTERN bool
e_view_client_frame_exists(E_View_Client *client)
{
E_View_Render_Op e_view_client_render_op_get(E_View_Client *client);
void e_view_client_render_op_set(E_View_Client *client, E_View_Render_Op op);
-bool e_view_client_frame_allowed(E_View_Client *client);
bool e_view_client_frame_exists(E_View_Client *client);
bool e_view_client_frame_theme_set(E_View_Client *client, const char *name);
bool e_view_client_image_filter_set(E_View_Client *client, E_Comp_Image_Filter filter);