@bugfix: Set ecore_wayland into 'server mode' before we call init so

that it does not stall and we end up sitting forever.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-03-18 07:41:47 +00:00
parent 645cb48dd5
commit 5c322c40c4
1 changed files with 1 additions and 1 deletions

View File

@ -49,8 +49,8 @@ e_modapi_init(E_Module *m)
e_comp_canvas_fake_layers_init(comp);
comp->pointer = e_pointer_canvas_new(comp->evas, 1);
ecore_wl_init(NULL);
ecore_wl_server_mode_set(1);
ecore_wl_init(NULL);
return m;
}