e_comp_wl: trivial cosmetic change sandbox/tolszaksamsung/tizen accepted/tizen/mobile/20151111.232150 accepted/tizen/tv/20151111.232204 accepted/tizen/wearable/20151111.232220 submit/tizen/20151111.041156 submit/tizen/20151111.100518
authorGwanglim Lee <gl77.lee@samsung.com>
Tue, 10 Nov 2015 12:26:04 +0000 (21:26 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Tue, 10 Nov 2015 12:26:04 +0000 (21:26 +0900)
Change-Id: I3e2387738760b37a80d3c2a76e45fd6bf33354e6

src/bin/e_comp_wl.c

index e6bce104feaafdc74c6ac607335d33d264b2eee2..2759f5c5fb5aefbc5d2442b3290344fa58e8a9f3 100644 (file)
@@ -3751,13 +3751,13 @@ e_comp_wl_init(void)
    wl_event_loop_dispatch(e_comp->wl_comp_data->wl.loop, -1); //server calls wl_client_create()
 
    ecore_wl_flush(); // client sendmsg wl_display.get_registry request
-   wl_event_loop_dispatch(e_comp->wl_comp_data->wl.loop, -1); //server calls display_get_registry()
-   wl_display_flush_clients(e_comp->wl_comp_data->wl.disp); //server flushes wl_registry.global events
+   wl_event_loop_dispatch(e_comp->wl_comp_data->wl.loop, -1); // server calls display_get_registry()
+   wl_display_flush_clients(e_comp->wl_comp_data->wl.disp); // server flushes wl_registry.global events
 
-   ecore_wl_display_iterate(); //client handles global events and make 'bind' requests to each global interfaces
+   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
+   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
 
    /* create hash to store clients */
    /* clients_win_hash = eina_hash_int64_new(NULL); */