E_Client *ec;
qp = wl_container_of(listener, qp, show_listener);
- if (EINA_UNLIKELY(!qp))
- return;
evas_object_show(qp->handler_obj);
evas_object_raise(qp->handler_obj);
E_Policy_Quickpanel *qp;
qp = wl_container_of(listener, qp, hide_listener);
- if (EINA_UNLIKELY(!qp))
- return;
evas_object_hide(qp->handler_obj);
evas_object_show(qp->indi_obj);
int x, y, hx, hy;
qp = wl_container_of(listener, qp, move_listener);
- if (EINA_UNLIKELY(!qp))
- return;
e_service_region_rectangle_get(qp->handler_obj, qp->rotation, &hx, &hy, NULL, NULL);
ec = qp->ec;