summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Michael <cp.michael@samsung.com>2013-07-25 08:41:49 +0100
committerChris Michael <cp.michael@samsung.com>2013-07-25 08:41:49 +0100
commit2a94274a9938d30c0b895387ce408a903b6f1664 (patch)
treed41818a27ce5174b61a2d15ff7d461b6ca583ac7
parent98ddf4d05c649ac78d4b1d1f34b4f52e7b4fe617 (diff)
downloadenlightenment-2a94274a9938d30c0b895387ce408a903b6f1664.tar.gz
Tell ecore_wayland to run in "server mode" so we do not stall during
startup. Signed-off-by: Chris Michael <cp.michael@samsung.com>
-rw-r--r--src/bin/e_wayland/e_main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bin/e_wayland/e_main.c b/src/bin/e_wayland/e_main.c
index 0bef15dc50..079a4254ba 100644
--- a/src/bin/e_wayland/e_main.c
+++ b/src/bin/e_wayland/e_main.c
@@ -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,