wip: get rid of last wl_event_loop_dispatch
authorŁukasz Stelmach <l.stelmach@samsung.com>
Thu, 28 Jan 2016 12:00:18 +0000 (13:00 +0100)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Fri, 29 Jan 2016 15:15:54 +0000 (16:15 +0100)
Change-Id: I4ffe06dea4eca65dc4b971ddf0ad343d6799ff5b
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
src/bin/e_comp_wl.c

index 88e4b7e6170171372647bd29d16b72725bd70670..9c03aafac6770fba93ae429ca952eceedfe75419 100644 (file)
@@ -4478,7 +4478,7 @@ e_comp_wl_init(void)
    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); */