and call it at _e_main_cb_idler_before instead of e_client_idler_before
Change-Id: I8ca8b9713f301745357fc0a9592cc579cefb798c
return e_zone_is_displaying(zone);
}
+
+EINTERN void
+e_comp_idler_before(void)
+{
+ // TODO: call e_zone_idle_before() for each zone
+ e_client_idler_before();
+}
EINTERN E_Zone *e_comp_zone_find_by_ec(E_Client *ec);
EINTERN Eina_Bool e_comp_client_zone_is_displaying(E_Client *ec);
+EINTERN void e_comp_idler_before(void);
#endif
#endif
static Eina_Bool
_e_main_cb_idle_before(void *data EINA_UNUSED)
{
- e_client_idler_before();
+ e_comp_idler_before();
_e_main_hook_call(E_MAIN_HOOK_POST_CLIENT_IDLER_BEFORE, NULL);
edje_thaw();