get the output id from the hwc.
Change-Id: I7a1893f187ed3c486668c62acc6941838f334375
return EINA_FALSE;
}
+EINTERN char *
+e_hwc_output_id_get(E_Hwc *hwc)
+{
+ if (!hwc) return "NULL";
+
+ EINA_SAFETY_ON_NULL_RETURN_VAL(hwc->output, NULL);
+
+ return hwc->output->id;
+}
+
static const char *
_e_hwc_prop_name_get_by_id(E_Hwc *hwc, unsigned int id)
{
EINTERN void e_hwc_deactive_set(E_Hwc *hwc, Eina_Bool set);
EINTERN Eina_Bool e_hwc_deactive_get(E_Hwc *hwc);
EINTERN Eina_Bool e_hwc_client_is_above_hwc(E_Client *ec, E_Client *hwc_ec);
+EINTERN char *e_hwc_output_id_get(E_Hwc *hwc);
EINTERN Eina_Bool e_hwc_intercept_hook_call(E_Hwc_Intercept_Hook_Point hookpoint, E_Hwc *hwc);