It's unused.
Change-Id: I4f7d28ddff325161a341e345e5e7bdb031395879
E_API void
e_client_border_size_set(E_Client *ec, int size)
{
- if (ec) ec->border_size = size;
+ // Deprecated
}
E_API void
ecore_evas_screen_geometry_get(e_comp_ee_get(), NULL, NULL, &dw, &dh);
- xright = dw - ec->x - ec->border_size * 2 - ec->w;
- ybelow = dh - ec->y - ec->border_size * 2 - ec->h;
+ xright = dw - ec->x - ec->w;
+ ybelow = dh - ec->y - ec->h;
reply = eldbus_message_method_return_new(msg);
ec->argb, ec->visibility.opaque, e_client_visibility_get(ec),
ec->iconic, evas_object_visible_get(ec->frame),
ec->focused, hwc, pl_zpos, (uint64_t)pwin,
- layer_name, xright, ybelow, ec->border_size,
+ layer_name, xright, ybelow, 0,
ec->redirected);
return reply;
ec->lock_focus_in = ec->lock_focus_out = EINA_TRUE;
ec->netwm.state.skip_taskbar = EINA_TRUE;
ec->netwm.state.skip_pager = EINA_TRUE;
- ec->border_size = 0;
ec->lock_user_location = 0;
ec->lock_client_location = 0;
ec->lock_user_size = 0;
ec->lock_focus_in = ec->lock_focus_out = EINA_TRUE;
ec->netwm.state.skip_taskbar = EINA_TRUE;
ec->netwm.state.skip_pager = EINA_TRUE;
- ec->border_size = 0;
ec->lock_user_location = 0;
ec->lock_client_location = 0;
ec->lock_user_size = 0;
ec->argb = EINA_FALSE;
ec->redirected = ec->ignored = 1;
- ec->border_size = 0;
/* NB: could not find a better place to do this, BUT for internal windows,
* we need to set delete_request else the close buttons on the frames do
ec->lock_focus_in = ec->lock_focus_out = EINA_TRUE;
ec->netwm.state.skip_taskbar = EINA_TRUE;
ec->netwm.state.skip_pager = EINA_TRUE;
- ec->border_size = 0;
ec->lock_user_location = 0;
ec->lock_client_location = 0;
ec->lock_user_size = 0;
E_Action *cur_mouse_action;
- int border_size; //size of client's border
+ E_DEPRECATED int border_size; //size of client's border
struct
{
E_API Eina_Bool e_client_background_state_get(E_Client *ec);
-E_API void e_client_border_size_set(E_Client *ec, int size);
+E_DEPRECATED E_API void e_client_border_size_set(E_Client *ec, int size);
E_API void e_client_borderless_set(E_Client *ec, Eina_Bool borderless);
E_API E_Util_Transform *e_client_base_output_resolution_transform_get(E_Client *ec);