Change-Id: I4ffe06dea4eca65dc4b971ddf0ad343d6799ff5b
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
ecore_wl_display_iterate(); // client handles global events and make 'bind' requests to each global interfaces
ecore_wl_flush(); // client sendmsg wl_registry.bind requests
- wl_event_loop_dispatch(e_comp->wl_comp_data->wl.loop, -1); // server calls registry_bind() using given interfaces' name
+ // wl_event_loop_dispatch(e_comp->wl_comp_data->wl.loop, -1); // server calls registry_bind() using given interfaces' name
/* create hash to store clients */
/* clients_win_hash = eina_hash_int64_new(NULL); */