Tell ecore_wayland to run in "server mode" so we do not stall during

startup.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-07-25 08:41:49 +01:00
parent 98ddf4d05c
commit 2a94274a99
1 changed files with 2 additions and 0 deletions

View File

@ -431,6 +431,8 @@ main(int argc, char **argv)
TS("Ecore_Wayland Init Done");
_e_main_shutdown_push(ecore_wl_shutdown);
ecore_wl_server_mode_set(EINA_TRUE);
/* setup a handler to notify us when ecore_wl has bound the interfaces */
_hdl_bound =
ecore_event_handler_add(ECORE_WL_EVENT_INTERFACES_BOUND,